#6B6876

Color #6B6876 Dolphin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolphin #6B6876

Tints of Dolphin #6B6876

Color information

#6B6876 (or 0x6B6876) is unknown color: approx Dolphin. HEX triplet: 6B, 68 and 76. RGB value is (107,104,118). Sum of RGB (Red+Green+Blue) = 107+104+118=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B6876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6876 is #949789. Grayscale: #6A6A6A. Windows color (decimal): -9738122 or 7759979. OLE color: 7759979.

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

Color convert

RGB107104118-
CMYK0.090.1200.54
HSL252.86º6.31%43.53%-
HSV(B)252.86º11.86%46.27%-
XYZ14.2814.3319.15-
YUV106.49134.49128.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.52%
GREEN value IS 104 (41.02% from 255) = 31.61%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=32.52%
G=31.61%
B=35.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1071041180.090.1200.54252.866.3143.53
Hex6B68769C036fd62c
Octal1531501661114066375654
Binary11010111101000111011010011100011011011111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B6876;
 }
 .AnyTagClassName
 {
   color: #6B6876;
 }
</style>
background-color css

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

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

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

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

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

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