#606A80

Color #606A80 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #606A80

Tints of Kashmir Blue #606A80

Color information

#606A80 (or 0x606A80) is unknown color: approx Kashmir Blue. HEX triplet: 60, 6A and 80. RGB value is (96,106,128). Sum of RGB (Red+Green+Blue) = 96+106+128=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 128 - color contains mainly: blue. Hex color #606A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606A80 is #9F957F. Grayscale: #696969. Windows color (decimal): -10458496 or 8415840. OLE color: 8415840.

HSL color Cylindrical-coordinate representation of color #606A80: hue angle of 221.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #606A80 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB96106128-
CMYK0.250.1700.50
HSL221.25º14.29%43.92%-
HSV(B)221.25º25%50.2%-
XYZ13.8714.3522.46-
YUV105.52140.69121.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 128 (50.39% from 255) = 38.79%
R=29.09%
G=32.12%
B=38.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961061280.250.1700.50221.2514.2943.92
Hex606A801911032dde2c
Octal14015220031210623351654
Binary110000011010101000000011001100010110010110111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606A80; }

 p { color: rgb(96,106,128); }

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

<style>
 a { background-color: #606A80; }

 a { background-color: rgb(96,106,128); }

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

<style>
 span { border-color: #606A80; }

 span { border-color: rgb(96,106,128); }

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