Html Css Color HEX #649BDE Cornflower Blue

📋 copy color: '#649BDE'

red 100 ◦ green 155 ◦ blue 222

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

Shades of Cornflower Blue #649BDE

Tints of Cornflower Blue #649BDE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.49%

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

R = 20.96%
G = 32.49%
B = 46.54%

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

#649BDE (or 0x649BDE) is known color: Cornflower Blue. HEX triplet: 64, 9B and DE. RGB value is (100,155,222). Sum of RGB (Red+Green+Blue) = 100+155+222=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #649BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BDE is #9B6421. Grayscale: #919191. Windows color (decimal): -10183714 or 14588772. OLE color: 14588772.

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

Color convert

RGB 100 155 222 -
CMYK 0.55 0.30 0 0.13
HSL 212.95º 0.65% 0.63% -
HSV(B) 212.95º 0.55% 0.87% -
XYZ 30.16 31.43 73.58 -
YUV 146.19 170.78 95.05 -
System Red Green Blue C M Y K H S L
Decimal 100 155 222 0.55 0.30 0 0.13 212.95 0.65 0.63
Hex 64 9B DE 37 1E 0 D D5 41 3F
Octal 144 233 336 67 36 0 15 325 101 77
Binary 1100100 10011011 11011110 110111 11110 0 1101 11010101 1000001 111111

Color Harmonies of #649BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649BDE

Black with #649BDE

Text Example


Text Example

White with #649BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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