Html Css Color HEX #6A7B7C Nevada

📋 copy color: '#6A7B7C'

red 106 ◦ green 123 ◦ blue 124

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

Shades of Nevada #6A7B7C

Tints of Nevada #6A7B7C

RGB

 RED value IS 106 (41.8% from 255) = 30.03%

 GREEN value IS 123 (48.44% from 255) = 34.84%

 BLUE value IS 124 (48.83% from 255) = 35.13%

R = 30.03%
G = 34.84%
B = 35.13%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6A7B7C (or 0x6A7B7C) is known color: Nevada. HEX triplet: 6A, 7B and 7C. RGB value is (106,123,124). Sum of RGB (Red+Green+Blue) = 106+123+124=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A7B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7B7C is #958483. Grayscale: #767676. Windows color (decimal): -9798788 or 8158058. OLE color: 8158058.

HSL color Cylindrical-coordinate representation of color #6A7B7C: hue angle of 183.33º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6A7B7C is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 106 123 124 -
CMYK 0.15 0.01 0 0.51
HSL 183.33º 0.08% 0.45% -
HSV(B) 183.33º 0.15% 0.49% -
XYZ 16.66 18.69 21.8 -
YUV 118.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 106 123 124 0.15 0.01 0 0.51 183.33 0.08 0.45
Hex 6A 7B 7C F 1 0 33 B7 8 2D
Octal 152 173 174 17 1 0 63 267 10 55
Binary 1101010 1111011 1111100 1111 1 0 110011 10110111 1000 101101

Color Harmonies of #6A7B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7B7C

Black with #6A7B7C

Text Example


Text Example

White with #6A7B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A7B7C; }

 p { color: rgb(106,123,124); }

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

background-color css

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

 a { background-color: rgb(106,123,124); }

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

border-color css

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

 span { border-color: rgb(106,123,124); }

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