#65627A

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

Shades of Dolphin #65627A

Tints of Dolphin #65627A

Color information

#65627A (or 0x65627A) is unknown color: approx Dolphin. HEX triplet: 65, 62 and 7A. RGB value is (101,98,122). Sum of RGB (Red+Green+Blue) = 101+98+122=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 122 - color contains mainly: blue. Hex color #65627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65627A is #9A9D85. Grayscale: #656565. Windows color (decimal): -10132870 or 8020581. OLE color: 8020581.

HSL color Cylindrical-coordinate representation of color #65627A: hue angle of 247.5º 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 #65627A is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10198122-
CMYK0.170.2000.52
HSL247.5º10.91%43.14%-
HSV(B)247.5º19.67%47.84%-
XYZ13.2512.9120.21-
YUV101.63139.49127.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=31.46%
G=30.53%
B=38.01%

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
Decimal101981220.170.2000.52247.510.9143.14
Hex65627A1114034f8b2b
Octal14514217221240643701353
Binary11001011100010111101010001101000110100111110001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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