Html Css Color HEX #686273 Dolphin

📋 copy color: '#686273'

red 104 ◦ green 98 ◦ blue 115

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

Shades of Dolphin #686273

Tints of Dolphin #686273

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.91%

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 32.81%
G = 30.91%
B = 36.28%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#686273 (or 0x686273) is known color: Dolphin. HEX triplet: 68, 62 and 73. RGB value is (104,98,115). Sum of RGB (Red+Green+Blue) = 104+98+115=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 115 - color contains mainly: blue. Hex color #686273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686273 is #979D8C. Grayscale: #656565. Windows color (decimal): -9936269 or 7561832. OLE color: 7561832.

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

Color convert

RGB 104 98 115 -
CMYK 0.10 0.15 0 0.55
HSL 261.18º 0.08% 0.42% -
HSV(B) 261.18º 0.15% 0.45% -
XYZ 13.17 12.92 18.02 -
YUV 101.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 104 98 115 0.10 0.15 0 0.55 261.18 0.08 0.42
Hex 68 62 73 A F 0 37 105 8 2A
Octal 150 142 163 12 17 0 67 405 10 52
Binary 1101000 1100010 1110011 1010 1111 0 110111 100000101 1000 101010

Color Harmonies of #686273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686273

Black with #686273

Text Example


Text Example

White with #686273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686273; }

 p { color: rgb(104,98,115); }

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

background-color css

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

 a { background-color: rgb(104,98,115); }

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

border-color css

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

 span { border-color: rgb(104,98,115); }

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