Html Css Color HEX #605F6A Smoky

📋 copy color: '#605F6A'

red 96 ◦ green 95 ◦ blue 106

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

Shades of Smoky #605F6A

Tints of Smoky #605F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.69%

R = 32.32%
G = 31.99%
B = 35.69%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#605F6A (or 0x605F6A) is known color: Smoky. HEX triplet: 60, 5F and 6A. RGB value is (96,95,106). Sum of RGB (Red+Green+Blue) = 96+95+106=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 106 - color contains mainly: blue. Hex color #605F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F6A is #9FA095. Grayscale: #606060. Windows color (decimal): -10461334 or 6971232. OLE color: 6971232.

HSL color Cylindrical-coordinate representation of color #605F6A: hue angle of 245.45º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #605F6A is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 95 106 -
CMYK 0.09 0.10 0 0.58
HSL 245.45º 0.05% 0.39% -
HSV(B) 245.45º 0.1% 0.42% -
XYZ 11.52 11.71 15.29 -
YUV 96.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 96 95 106 0.09 0.10 0 0.58 245.45 0.05 0.39
Hex 60 5F 6A 9 A 0 3A F5 5 27
Octal 140 137 152 11 12 0 72 365 5 47
Binary 1100000 1011111 1101010 1001 1010 0 111010 11110101 101 100111

Color Harmonies of #605F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F6A

Black with #605F6A

Text Example


Text Example

White with #605F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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