Html Css Color HEX #606C80 Kashmir Blue

📋 copy color: '#606C80'

red 96 ◦ green 108 ◦ blue 128

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

Shades of Kashmir Blue #606C80

Tints of Kashmir Blue #606C80

RGB

 RED value IS 96 (37.89% from 255) = 28.92%

 GREEN value IS 108 (42.58% from 255) = 32.53%

 BLUE value IS 128 (50.39% from 255) = 38.55%

R = 28.92%
G = 32.53%
B = 38.55%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#606C80 (or 0x606C80) is known color: Kashmir Blue. HEX triplet: 60, 6C and 80. RGB value is (96,108,128). Sum of RGB (Red+Green+Blue) = 96+108+128=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 128 - color contains mainly: blue. Hex color #606C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606C80 is #9F937F. Grayscale: #6A6A6A. Windows color (decimal): -10457984 or 8416352. OLE color: 8416352.

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

Color convert

RGB 96 108 128 -
CMYK 0.25 0.16 0 0.50
HSL 217.5º 0.14% 0.44% -
HSV(B) 217.5º 0.25% 0.5% -
XYZ 14.08 14.77 22.53 -
YUV 106.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 96 108 128 0.25 0.16 0 0.50 217.5 0.14 0.44
Hex 60 6C 80 19 10 0 32 DA E 2C
Octal 140 154 200 31 20 0 62 332 16 54
Binary 1100000 1101100 10000000 11001 10000 0 110010 11011010 1110 101100

Color Harmonies of #606C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606C80

Black with #606C80

Text Example


Text Example

White with #606C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #606C80;
 }
 .AnyTagClassName
 {
   color: #606C80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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