Html Css Color HEX #649CEC Cornflower Blue

📋 copy color: '#649CEC'

red 100 ◦ green 156 ◦ blue 236

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

Shades of Cornflower Blue #649CEC

Tints of Cornflower Blue #649CEC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.71%

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

R = 20.33%
G = 31.71%
B = 47.97%

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

#649CEC (or 0x649CEC) is known color: Cornflower Blue. HEX triplet: 64, 9C and EC. RGB value is (100,156,236). Sum of RGB (Red+Green+Blue) = 100+156+236=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #649CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649CEC is #9B6313. Grayscale: #949494. Windows color (decimal): -10183444 or 15506532. OLE color: 15506532.

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

Color convert

RGB 100 156 236 -
CMYK 0.58 0.34 0 0.07
HSL 215.29º 0.78% 0.66% -
HSV(B) 215.29º 0.58% 0.93% -
XYZ 32.28 32.54 83.94 -
YUV 148.38 177.45 93.5 -
System Red Green Blue C M Y K H S L
Decimal 100 156 236 0.58 0.34 0 0.07 215.29 0.78 0.66
Hex 64 9C EC 3A 22 0 7 D7 4E 42
Octal 144 234 354 72 42 0 7 327 116 102
Binary 1100100 10011100 11101100 111010 100010 0 111 11010111 1001110 1000010

Color Harmonies of #649CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649CEC

Black with #649CEC

Text Example


Text Example

White with #649CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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