#6A657A

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

Shades of Dolphin #6A657A

Tints of Dolphin #6A657A

Color information

#6A657A (or 0x6A657A) is unknown color: approx Dolphin. HEX triplet: 6A, 65 and 7A. RGB value is (106,101,122). Sum of RGB (Red+Green+Blue) = 106+101+122=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 122 - color contains mainly: blue. Hex color #6A657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A657A is #959A85. Grayscale: #686868. Windows color (decimal): -9804422 or 8021354. OLE color: 8021354.

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

Color convert

RGB106101122-
CMYK0.130.1700.52
HSL254.29º9.42%43.73%-
HSV(B)254.29º17.21%47.84%-
XYZ14.1113.7820.33-
YUV104.89137.66128.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.22%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=32.22%
G=30.70%
B=37.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1061011220.130.1700.52254.299.4243.73
Hex6A657AD11034fe92c
Octal15214517215210643761154
Binary1101010110010111110101101100010110100111111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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