#6A647A

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

Shades of Dolphin #6A647A

Tints of Dolphin #6A647A

Color information

#6A647A (or 0x6A647A) is unknown color: approx Dolphin. HEX triplet: 6A, 64 and 7A. RGB value is (106,100,122). Sum of RGB (Red+Green+Blue) = 106+100+122=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #6A647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A647A is #959B85. Grayscale: #686868. Windows color (decimal): -9804678 or 8021098. OLE color: 8021098.

HSL color Cylindrical-coordinate representation of color #6A647A: hue angle of 256.36º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A647A is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB106100122-
CMYK0.130.1800.52
HSL256.36º9.91%43.53%-
HSV(B)256.36º18.03%47.84%-
XYZ14.0113.5820.3-
YUV104.3137.99129.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.32%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=32.32%
G=30.49%
B=37.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1061001220.130.1800.52256.369.9143.53
Hex6A647AD12034100a2c
Octal15214417215220644001254
Binary11010101100100111101011011001001101001000000001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,100,122); }

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

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

 a { background-color: rgb(106,100,122); }

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

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

 span { border-color: rgb(106,100,122); }

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