#6B6776

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

Shades of Dolphin #6B6776

Tints of Dolphin #6B6776

Color information

#6B6776 (or 0x6B6776) is unknown color: approx Dolphin. HEX triplet: 6B, 67 and 76. RGB value is (107,103,118). Sum of RGB (Red+Green+Blue) = 107+103+118=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B6776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6776 is #949889. Grayscale: #696969. Windows color (decimal): -9738378 or 7759723. OLE color: 7759723.

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

Color convert

RGB107103118-
CMYK0.090.1300.54
HSL256º6.79%43.33%-
HSV(B)256º12.71%46.27%-
XYZ14.1814.1319.12-
YUV105.91134.83128.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.62%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 118 (46.48% from 255) = 35.98%
R=32.62%
G=31.40%
B=35.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1071031180.090.1300.542566.7943.33
Hex6B67769D03610072b
Octal1531471661115066400753
Binary110101111001111110110100111010110110100000000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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