Html Css Color HEX #686378 Dolphin

📋 copy color: '#686378'

red 104 ◦ green 99 ◦ blue 120

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

Shades of Dolphin #686378

Tints of Dolphin #686378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.65%

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

R = 32.2%
G = 30.65%
B = 37.15%

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

#686378 (or 0x686378) is known color: Dolphin. HEX triplet: 68, 63 and 78. RGB value is (104,99,120). Sum of RGB (Red+Green+Blue) = 104+99+120=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 120 - color contains mainly: blue. Hex color #686378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686378 is #979C87. Grayscale: #666666. Windows color (decimal): -9936008 or 7889768. OLE color: 7889768.

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

Color convert

RGB 104 99 120 -
CMYK 0.13 0.17 0 0.53
HSL 254.29º 0.1% 0.43% -
HSV(B) 254.29º 0.18% 0.47% -
XYZ 13.56 13.22 19.61 -
YUV 102.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 104 99 120 0.13 0.17 0 0.53 254.29 0.1 0.43
Hex 68 63 78 D 11 0 35 FE A 2B
Octal 150 143 170 15 21 0 65 376 12 53
Binary 1101000 1100011 1111000 1101 10001 0 110101 11111110 1010 101011

Color Harmonies of #686378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686378

Black with #686378

Text Example


Text Example

White with #686378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686378; }

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

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

background-color css

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

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

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

border-color css

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

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

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