#629AF9

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

Shades of Cornflower Blue #629AF9

Tints of Cornflower Blue #629AF9

Color information

#629AF9 (or 0x629AF9) is unknown color: approx Cornflower Blue. HEX triplet: 62, 9A and F9. RGB value is (98,154,249). Sum of RGB (Red+Green+Blue) = 98+154+249=501 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.56% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #629AF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629AF9 is #9D6506. Grayscale: #939393. Windows color (decimal): -10315015 or 16357986. OLE color: 16357986.

HSL color Cylindrical-coordinate representation of color #629AF9: hue angle of 217.75º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #629AF9 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB98154249-
CMYK0.610.3800.02
HSL217.75º92.64%68.04%-
HSV(B)217.75º60.64%97.65%-
XYZ33.6932.5594.13-
YUV148.09184.9592.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.56%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 249 (97.66% from 255) = 49.70%
R=19.56%
G=30.74%
B=49.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal981542490.610.3800.02217.7592.6468.04
Hex629AF93D2602da5d44
Octal142232371754602332135104
Binary110001010011010111110011111011001100101101101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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