#65617F

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

Shades of Dolphin #65617F

Tints of Dolphin #65617F

Color information

#65617F (or 0x65617F) is unknown color: approx Dolphin. HEX triplet: 65, 61 and 7F. RGB value is (101,97,127). Sum of RGB (Red+Green+Blue) = 101+97+127=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 127 - color contains mainly: blue. Hex color #65617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65617F is #9A9E80. Grayscale: #656565. Windows color (decimal): -10133121 or 8348005. OLE color: 8348005.

HSL color Cylindrical-coordinate representation of color #65617F: hue angle of 248º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #65617F is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10197127-
CMYK0.200.2400.50
HSL248º13.39%43.92%-
HSV(B)248º23.62%49.8%-
XYZ13.4712.8521.85-
YUV101.62142.33127.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.08%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 127 (50% from 255) = 39.08%
R=31.08%
G=29.85%
B=39.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101971270.200.2400.5024813.3943.92
Hex65617F1418032f8d2c
Octal14514117724300623701554
Binary11001011100001111111110100110000110010111110001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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