Html Css Color HEX #6B6676 Dolphin

📋 copy color: '#6B6676'

red 107 ◦ green 102 ◦ blue 118

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

Shades of Dolphin #6B6676

Tints of Dolphin #6B6676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.19%

 BLUE value IS 118 (46.48% from 255) = 36.09%

R = 32.72%
G = 31.19%
B = 36.09%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6B6676 (or 0x6B6676) is known color: Dolphin. HEX triplet: 6B, 66 and 76. RGB value is (107,102,118). Sum of RGB (Red+Green+Blue) = 107+102+118=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B6676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6676 is #949989. Grayscale: #696969. Windows color (decimal): -9738634 or 7759467. OLE color: 7759467.

HSL color Cylindrical-coordinate representation of color #6B6676: hue angle of 258.75º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B6676 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 102 118 -
CMYK 0.09 0.14 0 0.54
HSL 258.75º 0.07% 0.43% -
HSV(B) 258.75º 0.14% 0.46% -
XYZ 14.08 13.94 19.09 -
YUV 105.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 107 102 118 0.09 0.14 0 0.54 258.75 0.07 0.43
Hex 6B 66 76 9 E 0 36 103 7 2B
Octal 153 146 166 11 16 0 66 403 7 53
Binary 1101011 1100110 1110110 1001 1110 0 110110 100000011 111 101011

Color Harmonies of #6B6676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6676

Black with #6B6676

Text Example


Text Example

White with #6B6676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,102,118); }

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

background-color css

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

 a { background-color: rgb(107,102,118); }

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

border-color css

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

 span { border-color: rgb(107,102,118); }

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