Html Css Color HEX #686478 Dolphin

📋 copy color: '#686478'

red 104 ◦ green 100 ◦ blue 120

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

Shades of Dolphin #686478

Tints of Dolphin #686478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.86%

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

R = 32.1%
G = 30.86%
B = 37.04%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686478 (or 0x686478) is known color: Dolphin. HEX triplet: 68, 64 and 78. RGB value is (104,100,120). Sum of RGB (Red+Green+Blue) = 104+100+120=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 120 - color contains mainly: blue. Hex color #686478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686478 is #979B87. Grayscale: #676767. Windows color (decimal): -9935752 or 7890024. OLE color: 7890024.

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

Color convert

RGB 104 100 120 -
CMYK 0.13 0.17 0 0.53
HSL 252º 0.09% 0.43% -
HSV(B) 252º 0.17% 0.47% -
XYZ 13.66 13.41 19.64 -
YUV 103.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 104 100 120 0.13 0.17 0 0.53 252 0.09 0.43
Hex 68 64 78 D 11 0 35 FC 9 2B
Octal 150 144 170 15 21 0 65 374 11 53
Binary 1101000 1100100 1111000 1101 10001 0 110101 11111100 1001 101011

Color Harmonies of #686478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686478

Black with #686478

Text Example


Text Example

White with #686478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686478; }

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

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

background-color css

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

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

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

border-color css

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

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

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