#6B6971

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

Shades of Dolphin #6B6971

Tints of Dolphin #6B6971

Color information

#6B6971 (or 0x6B6971) is unknown color: approx Dolphin. HEX triplet: 6B, 69 and 71. RGB value is (107,105,113). Sum of RGB (Red+Green+Blue) = 107+105+113=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B6971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6971 is #94968E. Grayscale: #6A6A6A. Windows color (decimal): -9737871 or 7432555. OLE color: 7432555.

HSL color Cylindrical-coordinate representation of color #6B6971: hue angle of 255º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B6971 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB107105113-
CMYK0.050.0700.56
HSL255º3.67%42.75%-
HSV(B)255º7.08%44.31%-
XYZ14.114.4217.66-
YUV106.51131.66128.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.92%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=32.92%
G=32.31%
B=34.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1071051130.050.0700.562553.6742.75
Hex6B697157038ff42b
Octal15315116157070377453
Binary110101111010011110001101111011100011111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,105,113); }

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

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

 a { background-color: rgb(107,105,113); }

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

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

 span { border-color: rgb(107,105,113); }

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