#6478A0

Color #6478A0 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #6478A0

Tints of Waikawa Grey #6478A0

Color information

#6478A0 (or 0x6478A0) is unknown color: approx Waikawa Grey. HEX triplet: 64, 78 and A0. RGB value is (100,120,160). Sum of RGB (Red+Green+Blue) = 100+120+160=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 160 - color contains mainly: blue. Hex color #6478A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6478A0 is #9B875F. Grayscale: #767676. Windows color (decimal): -10192736 or 10516580. OLE color: 10516580.

HSL color Cylindrical-coordinate representation of color #6478A0: hue angle of 220º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6478A0 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB100120160-
CMYK0.380.2500.37
HSL220º24%50.98%-
HSV(B)220º37.5%62.75%-
XYZ18.3218.6835.9-
YUV118.58151.37114.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 160 (62.89% from 255) = 42.11%
R=26.32%
G=31.58%
B=42.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1001201600.380.2500.372202450.98
Hex6478A02619025dc1833
Octal14417024046310453343063
Binary11001001111000101000001001101100101001011101110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6478A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6478A0; }

 p { color: rgb(100,120,160); }

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

<style>
 a { background-color: #6478A0; }

 a { background-color: rgb(100,120,160); }

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

<style>
 span { border-color: #6478A0; }

 span { border-color: rgb(100,120,160); }

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