Html Css Color HEX #686575 Dolphin

📋 copy color: '#686575'

red 104 ◦ green 101 ◦ blue 117

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

Shades of Dolphin #686575

Tints of Dolphin #686575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.34%

R = 32.3%
G = 31.37%
B = 36.34%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#686575 (or 0x686575) is known color: Dolphin. HEX triplet: 68, 65 and 75. RGB value is (104,101,117). Sum of RGB (Red+Green+Blue) = 104+101+117=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: blue. Hex color #686575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686575 is #979A8A. Grayscale: #676767. Windows color (decimal): -9935499 or 7693672. OLE color: 7693672.

HSL color Cylindrical-coordinate representation of color #686575: hue angle of 251.25º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #686575 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 101 117 -
CMYK 0.11 0.14 0 0.54
HSL 251.25º 0.07% 0.43% -
HSV(B) 251.25º 0.14% 0.46% -
XYZ 13.57 13.53 18.73 -
YUV 103.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 104 101 117 0.11 0.14 0 0.54 251.25 0.07 0.43
Hex 68 65 75 B E 0 36 FB 7 2B
Octal 150 145 165 13 16 0 66 373 7 53
Binary 1101000 1100101 1110101 1011 1110 0 110110 11111011 111 101011

Color Harmonies of #686575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686575

Black with #686575

Text Example


Text Example

White with #686575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686575; }

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

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

background-color css

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

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

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

border-color css

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

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

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