Html Css Color HEX #649CDE Cornflower Blue

📋 copy color: '#649CDE'

red 100 ◦ green 156 ◦ blue 222

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

Shades of Cornflower Blue #649CDE

Tints of Cornflower Blue #649CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.44%

R = 20.92%
G = 32.64%
B = 46.44%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#649CDE (or 0x649CDE) is known color: Cornflower Blue. HEX triplet: 64, 9C and DE. RGB value is (100,156,222). Sum of RGB (Red+Green+Blue) = 100+156+222=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #649CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CDE is #9B6321. Grayscale: #929292. Windows color (decimal): -10183458 or 14589028. OLE color: 14589028.

HSL color Cylindrical-coordinate representation of color #649CDE: hue angle of 212.46º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #649CDE is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 156 222 -
CMYK 0.55 0.30 0 0.13
HSL 212.46º 0.65% 0.63% -
HSV(B) 212.46º 0.55% 0.87% -
XYZ 30.33 31.76 73.64 -
YUV 146.78 170.45 94.63 -
System Red Green Blue C M Y K H S L
Decimal 100 156 222 0.55 0.30 0 0.13 212.46 0.65 0.63
Hex 64 9C DE 37 1E 0 D D4 41 3F
Octal 144 234 336 67 36 0 15 324 101 77
Binary 1100100 10011100 11011110 110111 11110 0 1101 11010100 1000001 111111

Color Harmonies of #649CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649CDE

Black with #649CDE

Text Example


Text Example

White with #649CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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