Html Css Color HEX #6496DF Cornflower Blue

📋 copy color: '#6496DF'

red 100 ◦ green 150 ◦ blue 223

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

Shades of Cornflower Blue #6496DF

Tints of Cornflower Blue #6496DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 21.14%
G = 31.71%
B = 47.15%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6496DF (or 0x6496DF) is known color: Cornflower Blue. HEX triplet: 64, 96 and DF. RGB value is (100,150,223). Sum of RGB (Red+Green+Blue) = 100+150+223=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #6496DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6496DF is #9B6920. Grayscale: #8F8F8F. Windows color (decimal): -10184993 or 14653028. OLE color: 14653028.

HSL color Cylindrical-coordinate representation of color #6496DF: hue angle of 215.61º degrees, saturation: 0.66, 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 #6496DF is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 150 223 -
CMYK 0.55 0.33 0 0.13
HSL 215.61º 0.66% 0.63% -
HSV(B) 215.61º 0.55% 0.87% -
XYZ 29.48 29.85 74.02 -
YUV 143.37 172.94 97.06 -
System Red Green Blue C M Y K H S L
Decimal 100 150 223 0.55 0.33 0 0.13 215.61 0.66 0.63
Hex 64 96 DF 37 21 0 D D8 42 3F
Octal 144 226 337 67 41 0 15 330 102 77
Binary 1100100 10010110 11011111 110111 100001 0 1101 11011000 1000010 111111

Color Harmonies of #6496DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6496DF

Black with #6496DF

Text Example


Text Example

White with #6496DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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