#606B80

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

Shades of Kashmir Blue #606B80

Tints of Kashmir Blue #606B80

Color information

#606B80 (or 0x606B80) is unknown color: approx Kashmir Blue. HEX triplet: 60, 6B and 80. RGB value is (96,107,128). Sum of RGB (Red+Green+Blue) = 96+107+128=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 128 - color contains mainly: blue. Hex color #606B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606B80 is #9F947F. Grayscale: #6A6A6A. Windows color (decimal): -10458240 or 8416096. OLE color: 8416096.

HSL color Cylindrical-coordinate representation of color #606B80: hue angle of 219.38º 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 #606B80 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB96107128-
CMYK0.250.1600.50
HSL219.38º14.29%43.92%-
HSV(B)219.38º25%50.2%-
XYZ13.9814.5622.5-
YUV106.1140.36120.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 107 (42.19% from 255) = 32.33%
BLUE value IS 128 (50.39% from 255) = 38.67%
R=29.00%
G=32.33%
B=38.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961071280.250.1600.50219.3814.2943.92
Hex606B801910032dbe2c
Octal14015320031200623331654
Binary110000011010111000000011001100000110010110110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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