Html Css Color HEX #639EEC Cornflower Blue

📋 copy color: '#639EEC'

red 99 ◦ green 158 ◦ blue 236

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

Shades of Cornflower Blue #639EEC

Tints of Cornflower Blue #639EEC

RGB

 RED value IS 99 (39.06% from 255) = 20.08%

 GREEN value IS 158 (62.11% from 255) = 32.05%

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

R = 20.08%
G = 32.05%
B = 47.87%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#639EEC (or 0x639EEC) is known color: Cornflower Blue. HEX triplet: 63, 9E and EC. RGB value is (99,158,236). Sum of RGB (Red+Green+Blue) = 99+158+236=493 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.08% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #639EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639EEC is #9C6113. Grayscale: #949494. Windows color (decimal): -10248468 or 15507043. OLE color: 15507043.

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

Color convert

RGB 99 158 236 -
CMYK 0.58 0.33 0 0.07
HSL 214.16º 0.78% 0.66% -
HSV(B) 214.16º 0.58% 0.93% -
XYZ 32.51 33.16 84.04 -
YUV 149.25 176.95 92.16 -
System Red Green Blue C M Y K H S L
Decimal 99 158 236 0.58 0.33 0 0.07 214.16 0.78 0.66
Hex 63 9E EC 3A 21 0 7 D6 4E 42
Octal 143 236 354 72 41 0 7 326 116 102
Binary 1100011 10011110 11101100 111010 100001 0 111 11010110 1001110 1000010

Color Harmonies of #639EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639EEC

Black with #639EEC

Text Example


Text Example

White with #639EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639EEC; }

 p { color: rgb(99,158,236); }

 H1.HeaderClassName
 {
   color: #639EEC;
 }
 .AnyTagClassName
 {
   color: #639EEC;
 }
</style>

background-color css

<style>
 a { background-color: #639EEC; }

 a { background-color: rgb(99,158,236); }

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

border-color css

<style>
 span { border-color: #639EEC; }

 span { border-color: rgb(99,158,236); }

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