Html Css Color HEX #686473 Dolphin

📋 copy color: '#686473'

red 104 ◦ green 100 ◦ blue 115

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

Shades of Dolphin #686473

Tints of Dolphin #686473

RGB

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

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

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

R = 32.6%
G = 31.35%
B = 36.05%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#686473 (or 0x686473) is known color: Dolphin. HEX triplet: 68, 64 and 73. RGB value is (104,100,115). Sum of RGB (Red+Green+Blue) = 104+100+115=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 115 - color contains mainly: blue. Hex color #686473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686473 is #979B8C. Grayscale: #666666. Windows color (decimal): -9935757 or 7562344. OLE color: 7562344.

HSL color Cylindrical-coordinate representation of color #686473: hue angle of 256º 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 #686473 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 100 115 -
CMYK 0.10 0.13 0 0.55
HSL 256º 0.07% 0.42% -
HSV(B) 256º 0.13% 0.45% -
XYZ 13.36 13.3 18.08 -
YUV 102.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 104 100 115 0.10 0.13 0 0.55 256 0.07 0.42
Hex 68 64 73 A D 0 37 100 7 2A
Octal 150 144 163 12 15 0 67 400 7 52
Binary 1101000 1100100 1110011 1010 1101 0 110111 100000000 111 101010

Color Harmonies of #686473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686473

Black with #686473

Text Example


Text Example

White with #686473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686473; }

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

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

background-color css

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

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

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

border-color css

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

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

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