Html Css Color HEX #6E6068 Scorpion

📋 copy color: '#6E6068'

red 110 ◦ green 96 ◦ blue 104

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

Shades of Scorpion #6E6068

Tints of Scorpion #6E6068

RGB

 RED value IS 110 (43.36% from 255) = 35.48%

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

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

R = 35.48%
G = 30.97%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6E6068 (or 0x6E6068) is known color: Scorpion. HEX triplet: 6E, 60 and 68. RGB value is (110,96,104). Sum of RGB (Red+Green+Blue) = 110+96+104=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6068 is #919F97. Grayscale: #656565. Windows color (decimal): -9543576 or 6840430. OLE color: 6840430.

HSL color Cylindrical-coordinate representation of color #6E6068: hue angle of 325.71º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6E6068 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 96 104 -
CMYK 0 0.13 0.05 0.57
HSL 325.71º 0.07% 0.4% -
HSV(B) 325.71º 0.13% 0.43% -
XYZ 13.11 12.68 14.85 -
YUV 101.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 110 96 104 0 0.13 0.05 0.57 325.71 0.07 0.4
Hex 6E 60 68 0 D 5 39 146 7 28
Octal 156 140 150 0 15 5 71 506 7 50
Binary 1101110 1100000 1101000 0 1101 101 111001 101000110 111 101000

Color Harmonies of #6E6068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6068

Black with #6E6068

Text Example


Text Example

White with #6E6068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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