Html Css Color HEX #605C69 Smoky

📋 copy color: '#605C69'

red 96 ◦ green 92 ◦ blue 105

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

Shades of Smoky #605C69

Tints of Smoky #605C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.4%

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 32.76%
G = 31.4%
B = 35.84%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#605C69 (or 0x605C69) is known color: Smoky. HEX triplet: 60, 5C and 69. RGB value is (96,92,105). Sum of RGB (Red+Green+Blue) = 96+92+105=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 105 - color contains mainly: blue. Hex color #605C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C69 is #9FA396. Grayscale: #5E5E5E. Windows color (decimal): -10462103 or 6904928. OLE color: 6904928.

HSL color Cylindrical-coordinate representation of color #605C69: hue angle of 258.46º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #605C69 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 92 105 -
CMYK 0.09 0.12 0 0.59
HSL 258.46º 0.07% 0.39% -
HSV(B) 258.46º 0.12% 0.41% -
XYZ 11.2 11.16 14.93 -
YUV 94.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 96 92 105 0.09 0.12 0 0.59 258.46 0.07 0.39
Hex 60 5C 69 9 C 0 3B 102 7 27
Octal 140 134 151 11 14 0 73 402 7 47
Binary 1100000 1011100 1101001 1001 1100 0 111011 100000010 111 100111

Color Harmonies of #605C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605C69

Black with #605C69

Text Example


Text Example

White with #605C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,92,105); }

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

background-color css

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

 a { background-color: rgb(96,92,105); }

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

border-color css

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

 span { border-color: rgb(96,92,105); }

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