#628FD6

Color #628FD6 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #628FD6

Tints of Cornflower Blue #628FD6

Color information

#628FD6 (or 0x628FD6) is unknown color: approx Cornflower Blue. HEX triplet: 62, 8F and D6. RGB value is (98,143,214). Sum of RGB (Red+Green+Blue) = 98+143+214=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #628FD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628FD6 is #9D7029. Grayscale: #898989. Windows color (decimal): -10317866 or 14061410. OLE color: 14061410.

HSL color Cylindrical-coordinate representation of color #628FD6: hue angle of 216.72º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #628FD6 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB98143214-
CMYK0.540.3300.16
HSL216.72º58.59%61.18%-
HSV(B)216.72º54.21%83.92%-
XYZ2727.167.43-
YUV137.64171.0999.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 21.54%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 214 (83.98% from 255) = 47.03%
R=21.54%
G=31.43%
B=47.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal981432140.540.3300.16216.7258.5961.18
Hex628FD63621010d93b3d
Octal14221732666410203317375
Binary1100010100011111101011011011010000101000011011001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628FD6; }

 p { color: rgb(98,143,214); }

 H1.HeaderClassName
 {
   color: #628FD6;
 }
 .AnyTagClassName
 {
   color: #628FD6;
 }
</style>
background-color css

<style>
 a { background-color: #628FD6; }

 a { background-color: rgb(98,143,214); }

 div.DivClassName
 {
   background-color: #628FD6;
 }
 .BgClassName
 {
   background-color: #628FD6;
 }
</style>
border-color css

<style>
 span { border-color: #628FD6; }

 span { border-color: rgb(98,143,214); }

 td.TdClassName
 {
   border-color: #628FD6;
 }
 .TagClassName
 {
   border-color: #628FD6;
 }
</style>