Html Css Color HEX #686674 Dolphin

📋 copy color: '#686674'

red 104 ◦ green 102 ◦ blue 116

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

Shades of Dolphin #686674

Tints of Dolphin #686674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.68%

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

R = 32.3%
G = 31.68%
B = 36.02%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#686674 (or 0x686674) is known color: Dolphin. HEX triplet: 68, 66 and 74. RGB value is (104,102,116). Sum of RGB (Red+Green+Blue) = 104+102+116=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 116 - color contains mainly: blue. Hex color #686674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686674 is #97998B. Grayscale: #686868. Windows color (decimal): -9935244 or 7628392. OLE color: 7628392.

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

Color convert

RGB 104 102 116 -
CMYK 0.10 0.12 0 0.55
HSL 248.57º 0.06% 0.43% -
HSV(B) 248.57º 0.12% 0.45% -
XYZ 13.61 13.71 18.45 -
YUV 104.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 104 102 116 0.10 0.12 0 0.55 248.57 0.06 0.43
Hex 68 66 74 A C 0 37 F9 6 2B
Octal 150 146 164 12 14 0 67 371 6 53
Binary 1101000 1100110 1110100 1010 1100 0 110111 11111001 110 101011

Color Harmonies of #686674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686674

Black with #686674

Text Example


Text Example

White with #686674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686674; }

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

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

background-color css

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

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

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

border-color css

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

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

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