Html Css Color HEX #686578 Dolphin

📋 copy color: '#686578'

red 104 ◦ green 101 ◦ blue 120

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

Shades of Dolphin #686578

Tints of Dolphin #686578

RGB

 RED value IS 104 (41.02% from 255) = 32%

 GREEN value IS 101 (39.84% from 255) = 31.08%

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

R = 32%
G = 31.08%
B = 36.92%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686578 (or 0x686578) is known color: Dolphin. HEX triplet: 68, 65 and 78. RGB value is (104,101,120). Sum of RGB (Red+Green+Blue) = 104+101+120=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 120 - color contains mainly: blue. Hex color #686578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686578 is #979A87. Grayscale: #676767. Windows color (decimal): -9935496 or 7890280. OLE color: 7890280.

HSL color Cylindrical-coordinate representation of color #686578: hue angle of 249.47º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #686578 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 101 120 -
CMYK 0.13 0.16 0 0.53
HSL 249.47º 0.09% 0.43% -
HSV(B) 249.47º 0.16% 0.47% -
XYZ 13.75 13.61 19.67 -
YUV 104.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 104 101 120 0.13 0.16 0 0.53 249.47 0.09 0.43
Hex 68 65 78 D 10 0 35 F9 9 2B
Octal 150 145 170 15 20 0 65 371 11 53
Binary 1101000 1100101 1111000 1101 10000 0 110101 11111001 1001 101011

Color Harmonies of #686578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686578

Black with #686578

Text Example


Text Example

White with #686578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686578; }

 p { color: rgb(104,101,120); }

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

background-color css

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

 a { background-color: rgb(104,101,120); }

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

border-color css

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

 span { border-color: rgb(104,101,120); }

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