Html Css Color HEX #686377 Dolphin

📋 copy color: '#686377'

red 104 ◦ green 99 ◦ blue 119

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

Shades of Dolphin #686377

Tints of Dolphin #686377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.96%

R = 32.3%
G = 30.75%
B = 36.96%

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

#686377 (or 0x686377) is known color: Dolphin. HEX triplet: 68, 63 and 77. RGB value is (104,99,119). Sum of RGB (Red+Green+Blue) = 104+99+119=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 119 - color contains mainly: blue. Hex color #686377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686377 is #979C88. Grayscale: #666666. Windows color (decimal): -9936009 or 7824232. OLE color: 7824232.

HSL color Cylindrical-coordinate representation of color #686377: hue angle of 255º 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 #686377 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 99 119 -
CMYK 0.13 0.17 0 0.53
HSL 255º 0.09% 0.43% -
HSV(B) 255º 0.17% 0.47% -
XYZ 13.5 13.2 19.29 -
YUV 102.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 104 99 119 0.13 0.17 0 0.53 255 0.09 0.43
Hex 68 63 77 D 11 0 35 FF 9 2B
Octal 150 143 167 15 21 0 65 377 11 53
Binary 1101000 1100011 1110111 1101 10001 0 110101 11111111 1001 101011

Color Harmonies of #686377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686377

Black with #686377

Text Example


Text Example

White with #686377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686377; }

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

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

background-color css

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

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

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

border-color css

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

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

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