Html Css Color HEX #605F69 Smoky

📋 copy color: '#605F69'

red 96 ◦ green 95 ◦ blue 105

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

Shades of Smoky #605F69

Tints of Smoky #605F69

RGB

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

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

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

R = 32.43%
G = 32.09%
B = 35.47%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#605F69 (or 0x605F69) is known color: Smoky. HEX triplet: 60, 5F and 69. RGB value is (96,95,105). Sum of RGB (Red+Green+Blue) = 96+95+105=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 105 - color contains mainly: blue. Hex color #605F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F69 is #9FA096. Grayscale: #606060. Windows color (decimal): -10461335 or 6905696. OLE color: 6905696.

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

Color convert

RGB 96 95 105 -
CMYK 0.09 0.10 0 0.59
HSL 246º 0.05% 0.39% -
HSV(B) 246º 0.1% 0.41% -
XYZ 11.47 11.69 15.02 -
YUV 96.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 96 95 105 0.09 0.10 0 0.59 246 0.05 0.39
Hex 60 5F 69 9 A 0 3B F6 5 27
Octal 140 137 151 11 12 0 73 366 5 47
Binary 1100000 1011111 1101001 1001 1010 0 111011 11110110 101 100111

Color Harmonies of #605F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F69

Black with #605F69

Text Example


Text Example

White with #605F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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