#6C6A87

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

Shades of Dolphin #6C6A87

Tints of Dolphin #6C6A87

Color information

#6C6A87 (or 0x6C6A87) is unknown color: approx Dolphin. HEX triplet: 6C, 6A and 87. RGB value is (108,106,135). Sum of RGB (Red+Green+Blue) = 108+106+135=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C6A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6A87 is #939578. Grayscale: #6D6D6D. Windows color (decimal): -9672057 or 8874604. OLE color: 8874604.

HSL color Cylindrical-coordinate representation of color #6C6A87: hue angle of 244.14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C6A87 is Cyan = 0.2, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB108106135-
CMYK0.20.2100.47
HSL244.14º12.03%47.25%-
HSV(B)244.14º21.48%52.94%-
XYZ15.7115.2525.04-
YUV109.9142.16126.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.95%
GREEN value IS 106 (41.80% from 255) = 30.37%
BLUE value IS 135 (53.12% from 255) = 38.68%
R=30.95%
G=30.37%
B=38.68%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1081061350.20.2100.47244.1412.0347.25
Hex6C6A87141502Ff4c2f
Octal15415220724250573641457
Binary110110011010101000011110100101010101111111101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,106,135); }

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

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

 a { background-color: rgb(108,106,135); }

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

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

 span { border-color: rgb(108,106,135); }

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