#629EEE

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

Shades of Cornflower Blue #629EEE

Tints of Cornflower Blue #629EEE

Color information

#629EEE (or 0x629EEE) is unknown color: approx Cornflower Blue. HEX triplet: 62, 9E and EE. RGB value is (98,158,238). Sum of RGB (Red+Green+Blue) = 98+158+238=494 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.84% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #629EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629EEE is #9D6111. Grayscale: #949494. Windows color (decimal): -10314002 or 15638114. OLE color: 15638114.

HSL color Cylindrical-coordinate representation of color #629EEE: hue angle of 214.29º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #629EEE is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB98158238-
CMYK0.590.3400.07
HSL214.29º80.46%65.88%-
HSV(B)214.29º58.82%93.33%-
XYZ32.733.2285.58-
YUV149.18178.1291.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.84%
GREEN value IS 158 (62.11% from 255) = 31.98%
BLUE value IS 238 (93.36% from 255) = 48.18%
R=19.84%
G=31.98%
B=48.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal981582380.590.3400.07214.2980.4665.88
Hex629EEE3B2207d65042
Octal142236356734207326120102
Binary1100010100111101110111011101110001001111101011010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,158,238); }

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

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

 a { background-color: rgb(98,158,238); }

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

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

 span { border-color: rgb(98,158,238); }

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