#6A6777

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

Shades of Dolphin #6A6777

Tints of Dolphin #6A6777

Color information

#6A6777 (or 0x6A6777) is unknown color: approx Dolphin. HEX triplet: 6A, 67 and 77. RGB value is (106,103,119). Sum of RGB (Red+Green+Blue) = 106+103+119=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A6777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6777 is #959888. Grayscale: #696969. Windows color (decimal): -9803913 or 7825258. OLE color: 7825258.

HSL color Cylindrical-coordinate representation of color #6A6777: hue angle of 251.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6A6777 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB106103119-
CMYK0.110.1300.53
HSL251.25º7.21%43.53%-
HSV(B)251.25º13.45%46.67%-
XYZ14.1214.119.43-
YUV105.72135.49128.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.32%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 119 (46.88% from 255) = 36.28%
R=32.32%
G=31.40%
B=36.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1061031190.110.1300.53251.257.2143.53
Hex6A6777BD035fb72c
Octal1521471671315065373754
Binary11010101100111111011110111101011010111111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,103,119); }

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

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

 a { background-color: rgb(106,103,119); }

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

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

 span { border-color: rgb(106,103,119); }

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