Html Css Color HEX #606968 Nevada

📋 copy color: '#606968'

red 96 ◦ green 105 ◦ blue 104

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

Shades of Nevada #606968

Tints of Nevada #606968

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.43%

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 31.48%
G = 34.43%
B = 34.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#606968 (or 0x606968) is known color: Nevada. HEX triplet: 60, 69 and 68. RGB value is (96,105,104). Sum of RGB (Red+Green+Blue) = 96+105+104=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 105 - color contains mainly: green. Hex color #606968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606968 is #9F9697. Grayscale: #666666. Windows color (decimal): -10458776 or 6842720. OLE color: 6842720.

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

Color convert

RGB 96 105 104 -
CMYK 0.09 0 0.01 0.59
HSL 173.33º 0.04% 0.39% -
HSV(B) 173.33º 0.09% 0.41% -
XYZ 12.37 13.59 15.07 -
YUV 102.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 96 105 104 0.09 0 0.01 0.59 173.33 0.04 0.39
Hex 60 69 68 9 0 1 3B AD 4 27
Octal 140 151 150 11 0 1 73 255 4 47
Binary 1100000 1101001 1101000 1001 0 1 111011 10101101 100 100111

Color Harmonies of #606968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606968

Black with #606968

Text Example


Text Example

White with #606968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606968; }

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

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

background-color css

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

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

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

border-color css

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

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

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