Html Css Color HEX #6B6068 Salt Box

📋 copy color: '#6B6068'

red 107 ◦ green 96 ◦ blue 104

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

Shades of Salt Box #6B6068

Tints of Salt Box #6B6068

RGB

 RED value IS 107 (42.19% from 255) = 34.85%

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

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

R = 34.85%
G = 31.27%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6B6068 (or 0x6B6068) is known color: Salt Box. HEX triplet: 6B, 60 and 68. RGB value is (107,96,104). Sum of RGB (Red+Green+Blue) = 107+96+104=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6068 is #949F97. Grayscale: #646464. Windows color (decimal): -9740184 or 6840427. OLE color: 6840427.

HSL color Cylindrical-coordinate representation of color #6B6068: hue angle of 316.36º 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 #6B6068 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 96 104 -
CMYK 0 0.10 0.03 0.58
HSL 316.36º 0.05% 0.4% -
HSV(B) 316.36º 0.1% 0.42% -
XYZ 12.74 12.49 14.84 -
YUV 100.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 107 96 104 0 0.10 0.03 0.58 316.36 0.05 0.4
Hex 6B 60 68 0 A 3 3A 13C 5 28
Octal 153 140 150 0 12 3 72 474 5 50
Binary 1101011 1100000 1101000 0 1010 11 111010 100111100 101 101000

Color Harmonies of #6B6068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6068

Black with #6B6068

Text Example


Text Example

White with #6B6068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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