Html Css Color HEX #606E80 Kashmir Blue

📋 copy color: '#606E80'

red 96 ◦ green 110 ◦ blue 128

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

Shades of Kashmir Blue #606E80

Tints of Kashmir Blue #606E80

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.93%

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

R = 28.74%
G = 32.93%
B = 38.32%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#606E80 (or 0x606E80) is known color: Kashmir Blue. HEX triplet: 60, 6E and 80. RGB value is (96,110,128). Sum of RGB (Red+Green+Blue) = 96+110+128=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 128 - color contains mainly: blue. Hex color #606E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606E80 is #9F917F. Grayscale: #6B6B6B. Windows color (decimal): -10457472 or 8416864. OLE color: 8416864.

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

Color convert

RGB 96 110 128 -
CMYK 0.25 0.14 0 0.50
HSL 213.75º 0.14% 0.44% -
HSV(B) 213.75º 0.25% 0.5% -
XYZ 14.3 15.2 22.6 -
YUV 107.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 96 110 128 0.25 0.14 0 0.50 213.75 0.14 0.44
Hex 60 6E 80 19 E 0 32 D6 E 2C
Octal 140 156 200 31 16 0 62 326 16 54
Binary 1100000 1101110 10000000 11001 1110 0 110010 11010110 1110 101100

Color Harmonies of #606E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606E80

Black with #606E80

Text Example


Text Example

White with #606E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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