Html Css Color HEX #649EEC Cornflower Blue

📋 copy color: '#649EEC'

red 100 ◦ green 158 ◦ blue 236

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

Shades of Cornflower Blue #649EEC

Tints of Cornflower Blue #649EEC

RGB

 RED value IS 100 (39.45% from 255) = 20.24%

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

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

R = 20.24%
G = 31.98%
B = 47.77%

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

#649EEC (or 0x649EEC) is known color: Cornflower Blue. HEX triplet: 64, 9E and EC. RGB value is (100,158,236). Sum of RGB (Red+Green+Blue) = 100+158+236=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #649EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649EEC is #9B6113. Grayscale: #959595. Windows color (decimal): -10182932 or 15507044. OLE color: 15507044.

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

Color convert

RGB 100 158 236 -
CMYK 0.58 0.33 0 0.07
HSL 214.41º 0.78% 0.66% -
HSV(B) 214.41º 0.58% 0.93% -
XYZ 32.62 33.22 84.05 -
YUV 149.55 176.78 92.66 -
System Red Green Blue C M Y K H S L
Decimal 100 158 236 0.58 0.33 0 0.07 214.41 0.78 0.66
Hex 64 9E EC 3A 21 0 7 D6 4E 42
Octal 144 236 354 72 41 0 7 326 116 102
Binary 1100100 10011110 11101100 111010 100001 0 111 11010110 1001110 1000010

Color Harmonies of #649EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649EEC

Black with #649EEC

Text Example


Text Example

White with #649EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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