#629FE9

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

Shades of Cornflower Blue #629FE9

Tints of Cornflower Blue #629FE9

Color information

#629FE9 (or 0x629FE9) is unknown color: approx Cornflower Blue. HEX triplet: 62, 9F and E9. RGB value is (98,159,233). Sum of RGB (Red+Green+Blue) = 98+159+233=490 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #629FE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629FE9 is #9D6016. Grayscale: #949494. Windows color (decimal): -10313751 or 15310690. OLE color: 15310690.

HSL color Cylindrical-coordinate representation of color #629FE9: hue angle of 212.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #629FE9 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB98159233-
CMYK0.580.3200.09
HSL212.89º75.42%64.9%-
HSV(B)212.89º57.94%91.37%-
XYZ32.1433.2881.82-
YUV149.2175.2991.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20%
GREEN value IS 159 (62.5% from 255) = 32.45%
BLUE value IS 233 (91.41% from 255) = 47.55%
R=20%
G=32.45%
B=47.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal981592330.580.3200.09212.8975.4264.9
Hex629FE93A2009d54b41
Octal1422373517240011325113101
Binary11000101001111111101001111010100000010011101010110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629FE9; }

 p { color: rgb(98,159,233); }

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

<style>
 a { background-color: #629FE9; }

 a { background-color: rgb(98,159,233); }

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

<style>
 span { border-color: #629FE9; }

 span { border-color: rgb(98,159,233); }

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