#629BE9

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

Shades of Cornflower Blue #629BE9

Tints of Cornflower Blue #629BE9

Color information

#629BE9 (or 0x629BE9) is unknown color: approx Cornflower Blue. HEX triplet: 62, 9B and E9. RGB value is (98,155,233). Sum of RGB (Red+Green+Blue) = 98+155+233=486 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.16% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #629BE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629BE9 is #9D6416. Grayscale: #929292. Windows color (decimal): -10314775 or 15309666. OLE color: 15309666.

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

Color convert

RGB98155233-
CMYK0.580.3300.09
HSL214.67º75.42%64.9%-
HSV(B)214.67º57.94%91.37%-
XYZ31.4731.9281.59-
YUV146.85176.6293.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.16%
GREEN value IS 155 (60.94% from 255) = 31.89%
BLUE value IS 233 (91.41% from 255) = 47.94%
R=20.16%
G=31.89%
B=47.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal981552330.580.3300.09214.6775.4264.9
Hex629BE93A2109d74b41
Octal1422333517241011327113101
Binary11000101001101111101001111010100001010011101011110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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