#65627C

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

Shades of Dolphin #65627C

Tints of Dolphin #65627C

Color information

#65627C (or 0x65627C) is unknown color: approx Dolphin. HEX triplet: 65, 62 and 7C. RGB value is (101,98,124). Sum of RGB (Red+Green+Blue) = 101+98+124=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #65627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65627C is #9A9D83. Grayscale: #656565. Windows color (decimal): -10132868 or 8151653. OLE color: 8151653.

HSL color Cylindrical-coordinate representation of color #65627C: hue angle of 246.92º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #65627C is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10198124-
CMYK0.190.2100.51
HSL246.92º11.71%43.53%-
HSV(B)246.92º20.97%48.63%-
XYZ13.3712.9620.86-
YUV101.86140.49127.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.27%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 124 (48.83% from 255) = 38.39%
R=31.27%
G=30.34%
B=38.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101981240.190.2100.51246.9211.7143.53
Hex65627C1315033f7c2c
Octal14514217423250633671454
Binary11001011100010111110010011101010110011111101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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