#6A647B

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

Shades of Dolphin #6A647B

Tints of Dolphin #6A647B

Color information

#6A647B (or 0x6A647B) is unknown color: approx Dolphin. HEX triplet: 6A, 64 and 7B. RGB value is (106,100,123). Sum of RGB (Red+Green+Blue) = 106+100+123=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A647B is #959B84. Grayscale: #686868. Windows color (decimal): -9804677 or 8086634. OLE color: 8086634.

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

Color convert

RGB106100123-
CMYK0.140.1900.52
HSL255.65º10.31%43.73%-
HSV(B)255.65º18.7%48.24%-
XYZ14.0813.6120.62-
YUV104.42138.49129.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.22%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 123 (48.44% from 255) = 37.39%
R=32.22%
G=30.40%
B=37.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1061001230.140.1900.52255.6510.3143.73
Hex6A647BE13034100a2c
Octal15214417316230644001254
Binary11010101100100111101111101001101101001000000001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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