Html Css Color HEX #6C6768 Scorpion

📋 copy color: '#6C6768'

red 108 ◦ green 103 ◦ blue 104

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

Shades of Scorpion #6C6768

Tints of Scorpion #6C6768

RGB

 RED value IS 108 (42.58% from 255) = 34.29%

 GREEN value IS 103 (40.63% from 255) = 32.7%

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

R = 34.29%
G = 32.7%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6C6768 (or 0x6C6768) is known color: Scorpion. HEX triplet: 6C, 67 and 68. RGB value is (108,103,104). Sum of RGB (Red+Green+Blue) = 108+103+104=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6768 is #939897. Grayscale: #686868. Windows color (decimal): -9672856 or 6842220. OLE color: 6842220.

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

Color convert

RGB 108 103 104 -
CMYK 0 0.05 0.04 0.58
HSL 348º 0.02% 0.41% -
HSV(B) 348º 0.05% 0.42% -
XYZ 13.53 13.89 15.06 -
YUV 104.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 108 103 104 0 0.05 0.04 0.58 348 0.02 0.41
Hex 6C 67 68 0 5 4 3A 15C 2 29
Octal 154 147 150 0 5 4 72 534 2 51
Binary 1101100 1100111 1101000 0 101 100 111010 101011100 10 101001

Color Harmonies of #6C6768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6768

Black with #6C6768

Text Example


Text Example

White with #6C6768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,103,104); }

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

background-color css

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

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

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

border-color css

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

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

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