#6A6672

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

Shades of Dolphin #6A6672

Tints of Dolphin #6A6672

Color information

#6A6672 (or 0x6A6672) is unknown color: approx Dolphin. HEX triplet: 6A, 66 and 72. RGB value is (106,102,114). Sum of RGB (Red+Green+Blue) = 106+102+114=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A6672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6672 is #95998D. Grayscale: #686868. Windows color (decimal): -9804174 or 7497322. OLE color: 7497322.

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

Color convert

RGB106102114-
CMYK0.070.1100.55
HSL260º5.56%42.35%-
HSV(B)260º10.53%44.71%-
XYZ13.7313.7817.86-
YUV104.56133.33129.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.92%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=32.92%
G=31.68%
B=35.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1061021140.070.1100.552605.5642.35
Hex6A66727B03710462a
Octal152146162713067404652
Binary11010101100110111001011110110110111100000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,102,114); }

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

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

 a { background-color: rgb(106,102,114); }

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

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

 span { border-color: rgb(106,102,114); }

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