#6A6880

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

Shades of Dolphin #6A6880

Tints of Dolphin #6A6880

Color information

#6A6880 (or 0x6A6880) is unknown color: approx Dolphin. HEX triplet: 6A, 68 and 80. RGB value is (106,104,128). Sum of RGB (Red+Green+Blue) = 106+104+128=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 128 - color contains mainly: blue. Hex color #6A6880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6880 is #95977F. Grayscale: #6B6B6B. Windows color (decimal): -9803648 or 8415338. OLE color: 8415338.

HSL color Cylindrical-coordinate representation of color #6A6880: hue angle of 245º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A6880 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB106104128-
CMYK0.170.1900.50
HSL245º10.34%45.49%-
HSV(B)245º18.75%50.2%-
XYZ14.7914.5222.45-
YUV107.33139.66127.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.36%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=31.36%
G=30.77%
B=37.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1061041280.170.1900.5024510.3445.49
Hex6A68801113032f5a2d
Octal15215020021230623651255
Binary110101011010001000000010001100110110010111101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,104,128); }

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

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

 a { background-color: rgb(106,104,128); }

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

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

 span { border-color: rgb(106,104,128); }

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