Html Css Color HEX #686175 Dolphin

📋 copy color: '#686175'

red 104 ◦ green 97 ◦ blue 117

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

Shades of Dolphin #686175

Tints of Dolphin #686175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.5%

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

R = 32.7%
G = 30.5%
B = 36.79%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#686175 (or 0x686175) is known color: Dolphin. HEX triplet: 68, 61 and 75. RGB value is (104,97,117). Sum of RGB (Red+Green+Blue) = 104+97+117=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #686175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686175 is #979E8A. Grayscale: #656565. Windows color (decimal): -9936523 or 7692648. OLE color: 7692648.

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

Color convert

RGB 104 97 117 -
CMYK 0.11 0.17 0 0.54
HSL 261º 0.09% 0.42% -
HSV(B) 261º 0.17% 0.46% -
XYZ 13.19 12.78 18.6 -
YUV 101.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 104 97 117 0.11 0.17 0 0.54 261 0.09 0.42
Hex 68 61 75 B 11 0 36 105 9 2A
Octal 150 141 165 13 21 0 66 405 11 52
Binary 1101000 1100001 1110101 1011 10001 0 110110 100000101 1001 101010

Color Harmonies of #686175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686175

Black with #686175

Text Example


Text Example

White with #686175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686175; }

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

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

background-color css

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

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

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

border-color css

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

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

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