#6A6781

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

Shades of Dolphin #6A6781

Tints of Dolphin #6A6781

Color information

#6A6781 (or 0x6A6781) is unknown color: approx Dolphin. HEX triplet: 6A, 67 and 81. RGB value is (106,103,129). Sum of RGB (Red+Green+Blue) = 106+103+129=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: blue. Hex color #6A6781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6781 is #95987E. Grayscale: #6A6A6A. Windows color (decimal): -9803903 or 8480618. OLE color: 8480618.

HSL color Cylindrical-coordinate representation of color #6A6781: hue angle of 246.92º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A6781 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB106103129-
CMYK0.180.2000.49
HSL246.92º11.21%45.49%-
HSV(B)246.92º20.16%50.59%-
XYZ14.7614.3522.76-
YUV106.86140.49127.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.36%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 129 (50.78% from 255) = 38.17%
R=31.36%
G=30.47%
B=38.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1061031290.180.2000.49246.9211.2145.49
Hex6A67811214031f7b2d
Octal15214720122240613671355
Binary110101011001111000000110010101000110001111101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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