Html Css Color HEX #625E78 Dolphin

📋 copy color: '#625E78'

red 98 ◦ green 94 ◦ blue 120

#625E78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolphin #625E78

Tints of Dolphin #625E78

RGB

 RED value IS 98 (38.67% from 255) = 31.41%

 GREEN value IS 94 (37.11% from 255) = 30.13%

 BLUE value IS 120 (47.27% from 255) = 38.46%

R = 31.41%
G = 30.13%
B = 38.46%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#625E78 (or 0x625E78) is known color: Dolphin. HEX triplet: 62, 5E and 78. RGB value is (98,94,120). Sum of RGB (Red+Green+Blue) = 98+94+120=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #625E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E78 is #9DA187. Grayscale: #626262. Windows color (decimal): -10330504 or 7888482. OLE color: 7888482.

HSL color Cylindrical-coordinate representation of color #625E78: hue angle of 249.23º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #625E78 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 94 120 -
CMYK 0.18 0.22 0 0.53
HSL 249.23º 0.12% 0.42% -
HSV(B) 249.23º 0.22% 0.47% -
XYZ 12.43 11.96 19.42 -
YUV 98.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 98 94 120 0.18 0.22 0 0.53 249.23 0.12 0.42
Hex 62 5E 78 12 16 0 35 F9 C 2A
Octal 142 136 170 22 26 0 65 371 14 52
Binary 1100010 1011110 1111000 10010 10110 0 110101 11111001 1100 101010

Color Harmonies of #625E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625E78

Black with #625E78

Text Example


Text Example

White with #625E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,94,120); }

 H1.HeaderClassName
 {
   color: #625E78;
 }
 .AnyTagClassName
 {
   color: #625E78;
 }
</style>

background-color css

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

 a { background-color: rgb(98,94,120); }

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

border-color css

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

 span { border-color: rgb(98,94,120); }

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