#65617A

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

Shades of Dolphin #65617A

Tints of Dolphin #65617A

Color information

#65617A (or 0x65617A) is unknown color: approx Dolphin. HEX triplet: 65, 61 and 7A. RGB value is (101,97,122). Sum of RGB (Red+Green+Blue) = 101+97+122=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 122 - color contains mainly: blue. Hex color #65617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65617A is #9A9E85. Grayscale: #646464. Windows color (decimal): -10133126 or 8020325. OLE color: 8020325.

HSL color Cylindrical-coordinate representation of color #65617A: hue angle of 249.6º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #65617A is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10197122-
CMYK0.170.2000.52
HSL249.6º11.42%42.94%-
HSV(B)249.6º20.49%47.84%-
XYZ13.1512.7220.17-
YUV101.05139.83127.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.56%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=31.56%
G=30.31%
B=38.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101971220.170.2000.52249.611.4242.94
Hex65617A1114034fab2b
Octal14514117221240643721353
Binary11001011100001111101010001101000110100111110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65617A; }

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

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

<style>
 a { background-color: #65617A; }

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

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

<style>
 span { border-color: #65617A; }

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

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