Html Css Color HEX #686677 Dolphin

📋 copy color: '#686677'

red 104 ◦ green 102 ◦ blue 119

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

Shades of Dolphin #686677

Tints of Dolphin #686677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

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

R = 32%
G = 31.38%
B = 36.62%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686677 (or 0x686677) is known color: Dolphin. HEX triplet: 68, 66 and 77. RGB value is (104,102,119). Sum of RGB (Red+Green+Blue) = 104+102+119=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 119 - color contains mainly: blue. Hex color #686677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686677 is #979988. Grayscale: #686868. Windows color (decimal): -9935241 or 7825000. OLE color: 7825000.

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

Color convert

RGB 104 102 119 -
CMYK 0.13 0.14 0 0.53
HSL 247.06º 0.08% 0.43% -
HSV(B) 247.06º 0.14% 0.47% -
XYZ 13.79 13.78 19.39 -
YUV 104.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 104 102 119 0.13 0.14 0 0.53 247.06 0.08 0.43
Hex 68 66 77 D E 0 35 F7 8 2B
Octal 150 146 167 15 16 0 65 367 10 53
Binary 1101000 1100110 1110111 1101 1110 0 110101 11110111 1000 101011

Color Harmonies of #686677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686677

Black with #686677

Text Example


Text Example

White with #686677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686677; }

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

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

background-color css

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

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

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

border-color css

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

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

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