Html Css Color HEX #686372 Dolphin

📋 copy color: '#686372'

red 104 ◦ green 99 ◦ blue 114

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

Shades of Dolphin #686372

Tints of Dolphin #686372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.96%

R = 32.81%
G = 31.23%
B = 35.96%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#686372 (or 0x686372) is known color: Dolphin. HEX triplet: 68, 63 and 72. RGB value is (104,99,114). Sum of RGB (Red+Green+Blue) = 104+99+114=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 114 - color contains mainly: blue. Hex color #686372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686372 is #979C8D. Grayscale: #666666. Windows color (decimal): -9936014 or 7496552. OLE color: 7496552.

HSL color Cylindrical-coordinate representation of color #686372: hue angle of 260º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #686372 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 99 114 -
CMYK 0.09 0.13 0 0.55
HSL 260º 0.07% 0.42% -
HSV(B) 260º 0.13% 0.45% -
XYZ 13.21 13.08 17.75 -
YUV 102.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 104 99 114 0.09 0.13 0 0.55 260 0.07 0.42
Hex 68 63 72 9 D 0 37 104 7 2A
Octal 150 143 162 11 15 0 67 404 7 52
Binary 1101000 1100011 1110010 1001 1101 0 110111 100000100 111 101010

Color Harmonies of #686372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686372

Black with #686372

Text Example


Text Example

White with #686372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686372; }

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

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

background-color css

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

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

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

border-color css

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

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

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