Html Css Color HEX #6C6B79 Dolphin

📋 copy color: '#6C6B79'

red 108 ◦ green 107 ◦ blue 121

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

Shades of Dolphin #6C6B79

Tints of Dolphin #6C6B79

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.85%

 BLUE value IS 121 (47.66% from 255) = 36.01%

R = 32.14%
G = 31.85%
B = 36.01%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C6B79 (or 0x6C6B79) is known color: Dolphin. HEX triplet: 6C, 6B and 79. RGB value is (108,107,121). Sum of RGB (Red+Green+Blue) = 108+107+121=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C6B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6B79 is #939486. Grayscale: #6C6C6C. Windows color (decimal): -9671815 or 7957356. OLE color: 7957356.

HSL color Cylindrical-coordinate representation of color #6C6B79: hue angle of 244.29º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C6B79 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 107 121 -
CMYK 0.11 0.12 0 0.53
HSL 244.29º 0.06% 0.45% -
HSV(B) 244.29º 0.12% 0.47% -
XYZ 14.89 15.08 20.22 -
YUV 108.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 108 107 121 0.11 0.12 0 0.53 244.29 0.06 0.45
Hex 6C 6B 79 B C 0 35 F4 6 2D
Octal 154 153 171 13 14 0 65 364 6 55
Binary 1101100 1101011 1111001 1011 1100 0 110101 11110100 110 101101

Color Harmonies of #6C6B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6B79

Black with #6C6B79

Text Example


Text Example

White with #6C6B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,107,121); }

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

background-color css

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

 a { background-color: rgb(108,107,121); }

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

border-color css

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

 span { border-color: rgb(108,107,121); }

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