#6B6972

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

Shades of Dolphin #6B6972

Tints of Dolphin #6B6972

Color information

#6B6972 (or 0x6B6972) is unknown color: approx Dolphin. HEX triplet: 6B, 69 and 72. RGB value is (107,105,114). Sum of RGB (Red+Green+Blue) = 107+105+114=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B6972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6972 is #94968D. Grayscale: #6A6A6A. Windows color (decimal): -9737870 or 7498091. OLE color: 7498091.

HSL color Cylindrical-coordinate representation of color #6B6972: hue angle of 253.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6B6972 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB107105114-
CMYK0.060.0800.55
HSL253.33º4.11%42.94%-
HSV(B)253.33º7.89%44.71%-
XYZ14.1514.4417.96-
YUV106.62132.16128.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.82%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=32.82%
G=32.21%
B=34.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1071051140.060.0800.55253.334.1142.94
Hex6B697268037fd42b
Octal153151162610067375453
Binary1101011110100111100101101000011011111111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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