Html Css Color HEX #605F66 Smoky

📋 copy color: '#605F66'

red 96 ◦ green 95 ◦ blue 102

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

Shades of Smoky #605F66

Tints of Smoky #605F66

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.42%

 BLUE value IS 102 (40.23% from 255) = 34.81%

R = 32.76%
G = 32.42%
B = 34.81%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#605F66 (or 0x605F66) is known color: Smoky. HEX triplet: 60, 5F and 66. RGB value is (96,95,102). Sum of RGB (Red+Green+Blue) = 96+95+102=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 102 - color contains mainly: blue. Hex color #605F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F66 is #9FA099. Grayscale: #606060. Windows color (decimal): -10461338 or 6709088. OLE color: 6709088.

HSL color Cylindrical-coordinate representation of color #605F66: hue angle of 248.57º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #605F66 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 95 102 -
CMYK 0.06 0.07 0 0.6
HSL 248.57º 0.04% 0.39% -
HSV(B) 248.57º 0.07% 0.4% -
XYZ 11.31 11.63 14.22 -
YUV 96.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 96 95 102 0.06 0.07 0 0.6 248.57 0.04 0.39
Hex 60 5F 66 6 7 0 3C F9 4 27
Octal 140 137 146 6 7 0 74 371 4 47
Binary 1100000 1011111 1100110 110 111 0 111100 11111001 100 100111

Color Harmonies of #605F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F66

Black with #605F66

Text Example


Text Example

White with #605F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605F66; }

 p { color: rgb(96,95,102); }

 H1.HeaderClassName
 {
   color: #605F66;
 }
 .AnyTagClassName
 {
   color: #605F66;
 }
</style>

background-color css

<style>
 a { background-color: #605F66; }

 a { background-color: rgb(96,95,102); }

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

border-color css

<style>
 span { border-color: #605F66; }

 span { border-color: rgb(96,95,102); }

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