Html Css Color HEX #686472 Dolphin

📋 copy color: '#686472'

red 104 ◦ green 100 ◦ blue 114

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

Shades of Dolphin #686472

Tints of Dolphin #686472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.45%

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

R = 32.7%
G = 31.45%
B = 35.85%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#686472 (or 0x686472) is known color: Dolphin. HEX triplet: 68, 64 and 72. RGB value is (104,100,114). Sum of RGB (Red+Green+Blue) = 104+100+114=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 114 - color contains mainly: blue. Hex color #686472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686472 is #979B8D. Grayscale: #666666. Windows color (decimal): -9935758 or 7496808. OLE color: 7496808.

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

Color convert

RGB 104 100 114 -
CMYK 0.09 0.12 0 0.55
HSL 257.14º 0.07% 0.42% -
HSV(B) 257.14º 0.12% 0.45% -
XYZ 13.3 13.27 17.78 -
YUV 102.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 104 100 114 0.09 0.12 0 0.55 257.14 0.07 0.42
Hex 68 64 72 9 C 0 37 101 7 2A
Octal 150 144 162 11 14 0 67 401 7 52
Binary 1101000 1100100 1110010 1001 1100 0 110111 100000001 111 101010

Color Harmonies of #686472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686472

Black with #686472

Text Example


Text Example

White with #686472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686472; }

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

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

background-color css

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

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

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

border-color css

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

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

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