Html Css Color HEX #629BEC Cornflower Blue

📋 copy color: '#629BEC'

red 98 ◦ green 155 ◦ blue 236

#629BEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #629BEC

Tints of Cornflower Blue #629BEC

RGB

 RED value IS 98 (38.67% from 255) = 20.04%

 GREEN value IS 155 (60.94% from 255) = 31.7%

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 20.04%
G = 31.7%
B = 48.26%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#629BEC (or 0x629BEC) is known color: Cornflower Blue. HEX triplet: 62, 9B and EC. RGB value is (98,155,236). Sum of RGB (Red+Green+Blue) = 98+155+236=489 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.04% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #629BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629BEC is #9D6413. Grayscale: #929292. Windows color (decimal): -10314772 or 15506274. OLE color: 15506274.

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

Color convert

RGB 98 155 236 -
CMYK 0.58 0.34 0 0.07
HSL 215.22º 0.78% 0.65% -
HSV(B) 215.22º 0.58% 0.93% -
XYZ 31.9 32.1 83.87 -
YUV 147.19 178.12 92.91 -
System Red Green Blue C M Y K H S L
Decimal 98 155 236 0.58 0.34 0 0.07 215.22 0.78 0.65
Hex 62 9B EC 3A 22 0 7 D7 4E 41
Octal 142 233 354 72 42 0 7 327 116 101
Binary 1100010 10011011 11101100 111010 100010 0 111 11010111 1001110 1000001

Color Harmonies of #629BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629BEC

Black with #629BEC

Text Example


Text Example

White with #629BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #629BEC;
 }
 .AnyTagClassName
 {
   color: #629BEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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