Html Css Color HEX #686474 Dolphin

📋 copy color: '#686474'

red 104 ◦ green 100 ◦ blue 116

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

Shades of Dolphin #686474

Tints of Dolphin #686474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.25%

R = 32.5%
G = 31.25%
B = 36.25%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#686474 (or 0x686474) is known color: Dolphin. HEX triplet: 68, 64 and 74. RGB value is (104,100,116). Sum of RGB (Red+Green+Blue) = 104+100+116=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 116 - color contains mainly: blue. Hex color #686474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686474 is #979B8B. Grayscale: #666666. Windows color (decimal): -9935756 or 7627880. OLE color: 7627880.

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

Color convert

RGB 104 100 116 -
CMYK 0.10 0.14 0 0.55
HSL 255º 0.07% 0.42% -
HSV(B) 255º 0.14% 0.45% -
XYZ 13.42 13.32 18.39 -
YUV 103.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 104 100 116 0.10 0.14 0 0.55 255 0.07 0.42
Hex 68 64 74 A E 0 37 FF 7 2A
Octal 150 144 164 12 16 0 67 377 7 52
Binary 1101000 1100100 1110100 1010 1110 0 110111 11111111 111 101010

Color Harmonies of #686474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686474

Black with #686474

Text Example


Text Example

White with #686474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686474; }

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

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

background-color css

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

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

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

border-color css

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

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

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