#6479DB

Color #6479DB Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6479DB

Tints of Cornflower Blue #6479DB

Color information

#6479DB (or 0x6479DB) is unknown color: approx Cornflower Blue. HEX triplet: 64, 79 and DB. RGB value is (100,121,219). Sum of RGB (Red+Green+Blue) = 100+121+219=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #6479DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6479DB is #9B8624. Grayscale: #7D7D7D. Windows color (decimal): -10192421 or 14383460. OLE color: 14383460.

HSL color Cylindrical-coordinate representation of color #6479DB: hue angle of 229.41º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6479DB is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB100121219-
CMYK0.540.4500.14
HSL229.41º62.3%62.55%-
HSV(B)229.41º54.34%85.88%-
XYZ24.8821.569.86-
YUV125.89180.54109.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.73%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 219 (85.94% from 255) = 49.77%
R=22.73%
G=27.5%
B=49.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1001212190.540.4500.14229.4162.362.55
Hex6479DB362D0Ee53e3f
Octal14417133366550163457677
Binary11001001111001110110111101101011010111011100101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6479DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6479DB; }

 p { color: rgb(100,121,219); }

 H1.HeaderClassName
 {
   color: #6479DB;
 }
 .AnyTagClassName
 {
   color: #6479DB;
 }
</style>
background-color css

<style>
 a { background-color: #6479DB; }

 a { background-color: rgb(100,121,219); }

 div.DivClassName
 {
   background-color: #6479DB;
 }
 .BgClassName
 {
   background-color: #6479DB;
 }
</style>
border-color css

<style>
 span { border-color: #6479DB; }

 span { border-color: rgb(100,121,219); }

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