Html Css Color HEX #646868 Nevada

📋 copy color: '#646868'

red 100 ◦ green 104 ◦ blue 104

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

Shades of Nevada #646868

Tints of Nevada #646868

RGB

 RED value IS 100 (39.45% from 255) = 32.47%

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

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

R = 32.47%
G = 33.77%
B = 33.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#646868 (or 0x646868) is known color: Nevada. HEX triplet: 64, 68 and 68. RGB value is (100,104,104). Sum of RGB (Red+Green+Blue) = 100+104+104=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #646868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646868 is #9B9797. Grayscale: #666666. Windows color (decimal): -10196888 or 6842468. OLE color: 6842468.

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

Color convert

RGB 100 104 104 -
CMYK 0.04 0 0 0.59
HSL 180º 0.02% 0.4% -
HSV(B) 180º 0.04% 0.41% -
XYZ 12.7 13.61 15.05 -
YUV 102.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 100 104 104 0.04 0 0 0.59 180 0.02 0.4
Hex 64 68 68 4 0 0 3B B4 2 28
Octal 144 150 150 4 0 0 73 264 2 50
Binary 1100100 1101000 1101000 100 0 0 111011 10110100 10 101000

Color Harmonies of #646868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646868

Black with #646868

Text Example


Text Example

White with #646868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646868; }

 p { color: rgb(100,104,104); }

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

background-color css

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

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

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

border-color css

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

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

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