Html Css Color HEX #606867 Nevada

📋 copy color: '#606867'

red 96 ◦ green 104 ◦ blue 103

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

Shades of Nevada #606867

Tints of Nevada #606867

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.32%

 BLUE value IS 103 (40.63% from 255) = 33.99%

R = 31.68%
G = 34.32%
B = 33.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#606867 (or 0x606867) is known color: Nevada. HEX triplet: 60, 68 and 67. RGB value is (96,104,103). Sum of RGB (Red+Green+Blue) = 96+104+103=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 104 - color contains mainly: green. Hex color #606867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606867 is #9F9798. Grayscale: #656565. Windows color (decimal): -10459033 or 6776928. OLE color: 6776928.

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

Color convert

RGB 96 104 103 -
CMYK 0.08 0 0.01 0.59
HSL 172.5º 0.04% 0.39% -
HSV(B) 172.5º 0.08% 0.41% -
XYZ 12.22 13.37 14.77 -
YUV 101.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 96 104 103 0.08 0 0.01 0.59 172.5 0.04 0.39
Hex 60 68 67 8 0 1 3B AC 4 27
Octal 140 150 147 10 0 1 73 254 4 47
Binary 1100000 1101000 1100111 1000 0 1 111011 10101100 100 100111

Color Harmonies of #606867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606867

Black with #606867

Text Example


Text Example

White with #606867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606867; }

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

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

background-color css

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

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

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

border-color css

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

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

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