Html Css Color HEX #606A6B Nevada

📋 copy color: '#606A6B'

red 96 ◦ green 106 ◦ blue 107

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

Shades of Nevada #606A6B

Tints of Nevada #606A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.3%

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 31.07%
G = 34.3%
B = 34.63%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#606A6B (or 0x606A6B) is known color: Nevada. HEX triplet: 60, 6A and 6B. RGB value is (96,106,107). Sum of RGB (Red+Green+Blue) = 96+106+107=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 107 - color contains mainly: blue. Hex color #606A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A6B is #9F9594. Grayscale: #676767. Windows color (decimal): -10458517 or 7039584. OLE color: 7039584.

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

Color convert

RGB 96 106 107 -
CMYK 0.10 0.01 0 0.58
HSL 185.45º 0.05% 0.4% -
HSV(B) 185.45º 0.1% 0.42% -
XYZ 12.63 13.86 15.92 -
YUV 103.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 96 106 107 0.10 0.01 0 0.58 185.45 0.05 0.4
Hex 60 6A 6B A 1 0 3A B9 5 28
Octal 140 152 153 12 1 0 72 271 5 50
Binary 1100000 1101010 1101011 1010 1 0 111010 10111001 101 101000

Color Harmonies of #606A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606A6B

Black with #606A6B

Text Example


Text Example

White with #606A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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