Html Css Color HEX #649ADE Cornflower Blue

📋 copy color: '#649ADE'

red 100 ◦ green 154 ◦ blue 222

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

Shades of Cornflower Blue #649ADE

Tints of Cornflower Blue #649ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.35%

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

R = 21.01%
G = 32.35%
B = 46.64%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#649ADE (or 0x649ADE) is known color: Cornflower Blue. HEX triplet: 64, 9A and DE. RGB value is (100,154,222). Sum of RGB (Red+Green+Blue) = 100+154+222=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #649ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ADE is #9B6521. Grayscale: #919191. Windows color (decimal): -10183970 or 14588516. OLE color: 14588516.

HSL color Cylindrical-coordinate representation of color #649ADE: hue angle of 213.44º 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 #649ADE is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 154 222 -
CMYK 0.55 0.31 0 0.13
HSL 213.44º 0.65% 0.63% -
HSV(B) 213.44º 0.55% 0.87% -
XYZ 30 31.09 73.53 -
YUV 145.61 171.11 95.47 -
System Red Green Blue C M Y K H S L
Decimal 100 154 222 0.55 0.31 0 0.13 213.44 0.65 0.63
Hex 64 9A DE 37 1F 0 D D5 41 3F
Octal 144 232 336 67 37 0 15 325 101 77
Binary 1100100 10011010 11011110 110111 11111 0 1101 11010101 1000001 111111

Color Harmonies of #649ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649ADE

Black with #649ADE

Text Example


Text Example

White with #649ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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