Html Css Color HEX #6496DC Cornflower Blue

📋 copy color: '#6496DC'

red 100 ◦ green 150 ◦ blue 220

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

Shades of Cornflower Blue #6496DC

Tints of Cornflower Blue #6496DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.91%

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 21.28%
G = 31.91%
B = 46.81%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6496DC (or 0x6496DC) is known color: Cornflower Blue. HEX triplet: 64, 96 and DC. RGB value is (100,150,220). Sum of RGB (Red+Green+Blue) = 100+150+220=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #6496DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6496DC is #9B6923. Grayscale: #8E8E8E. Windows color (decimal): -10184996 or 14456420. OLE color: 14456420.

HSL color Cylindrical-coordinate representation of color #6496DC: hue angle of 215º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6496DC is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 150 220 -
CMYK 0.55 0.32 0 0.14
HSL 215º 0.63% 0.63% -
HSV(B) 215º 0.55% 0.86% -
XYZ 29.08 29.69 71.91 -
YUV 143.03 171.44 97.31 -
System Red Green Blue C M Y K H S L
Decimal 100 150 220 0.55 0.32 0 0.14 215 0.63 0.63
Hex 64 96 DC 37 20 0 E D7 3F 3F
Octal 144 226 334 67 40 0 16 327 77 77
Binary 1100100 10010110 11011100 110111 100000 0 1110 11010111 111111 111111

Color Harmonies of #6496DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6496DC

Black with #6496DC

Text Example


Text Example

White with #6496DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6496DC; }

 p { color: rgb(100,150,220); }

 H1.HeaderClassName
 {
   color: #6496DC;
 }
 .AnyTagClassName
 {
   color: #6496DC;
 }
</style>

background-color css

<style>
 a { background-color: #6496DC; }

 a { background-color: rgb(100,150,220); }

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

border-color css

<style>
 span { border-color: #6496DC; }

 span { border-color: rgb(100,150,220); }

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