#625D7C

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

Shades of Dolphin #625D7C

Tints of Dolphin #625D7C

Color information

#625D7C (or 0x625D7C) is unknown color: approx Dolphin. HEX triplet: 62, 5D and 7C. RGB value is (98,93,124). Sum of RGB (Red+Green+Blue) = 98+93+124=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #625D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625D7C is #9DA283. Grayscale: #616161. Windows color (decimal): -10330756 or 8150370. OLE color: 8150370.

HSL color Cylindrical-coordinate representation of color #625D7C: hue angle of 249.68º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #625D7C is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9893124-
CMYK0.210.2500.51
HSL249.68º14.29%42.55%-
HSV(B)249.68º25%48.63%-
XYZ12.5911.8820.7-
YUV98.03142.66127.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.11%
GREEN value IS 93 (36.72% from 255) = 29.52%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=31.11%
G=29.52%
B=39.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98931240.210.2500.51249.6814.2942.55
Hex625D7C1519033fae2b
Octal14213517425310633721653
Binary11000101011101111110010101110010110011111110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625D7C; }

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

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

<style>
 a { background-color: #625D7C; }

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

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

<style>
 span { border-color: #625D7C; }

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

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