#629AE9

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

Shades of Cornflower Blue #629AE9

Tints of Cornflower Blue #629AE9

Color information

#629AE9 (or 0x629AE9) is unknown color: approx Cornflower Blue. HEX triplet: 62, 9A and E9. RGB value is (98,154,233). Sum of RGB (Red+Green+Blue) = 98+154+233=485 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.21% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #629AE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629AE9 is #9D6516. Grayscale: #919191. Windows color (decimal): -10315031 or 15309410. OLE color: 15309410.

HSL color Cylindrical-coordinate representation of color #629AE9: hue angle of 215.11º 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 #629AE9 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB98154233-
CMYK0.580.3400.09
HSL215.11º75.42%64.9%-
HSV(B)215.11º57.94%91.37%-
XYZ31.331.5981.54-
YUV146.26176.9593.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.21%
GREEN value IS 154 (60.55% from 255) = 31.75%
BLUE value IS 233 (91.41% from 255) = 48.04%
R=20.21%
G=31.75%
B=48.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal981542330.580.3400.09215.1175.4264.9
Hex629AE93A2209d74b41
Octal1422323517242011327113101
Binary11000101001101011101001111010100010010011101011110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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