Html Css Color HEX #696068 Salt Box

📋 copy color: '#696068'

red 105 ◦ green 96 ◦ blue 104

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

Shades of Salt Box #696068

Tints of Salt Box #696068

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#696068 (or 0x696068) is known color: Salt Box. HEX triplet: 69, 60 and 68. RGB value is (105,96,104). Sum of RGB (Red+Green+Blue) = 105+96+104=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 105 - color contains mainly: red. Hex color #696068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696068 is #969F97. Grayscale: #636363. Windows color (decimal): -9871256 or 6840425. OLE color: 6840425.

HSL color Cylindrical-coordinate representation of color #696068: hue angle of 306.67º 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 #696068 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 96 104 -
CMYK 0 0.09 0.01 0.59
HSL 306.67º 0.04% 0.39% -
HSV(B) 306.67º 0.09% 0.41% -
XYZ 12.51 12.37 14.82 -
YUV 99.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 105 96 104 0 0.09 0.01 0.59 306.67 0.04 0.39
Hex 69 60 68 0 9 1 3B 133 4 27
Octal 151 140 150 0 11 1 73 463 4 47
Binary 1101001 1100000 1101000 0 1001 1 111011 100110011 100 100111

Color Harmonies of #696068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696068

Black with #696068

Text Example


Text Example

White with #696068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696068; }

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

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

background-color css

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

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

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

border-color css

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

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

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