Html Css Color HEX #686675 Dolphin

📋 copy color: '#686675'

red 104 ◦ green 102 ◦ blue 117

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

Shades of Dolphin #686675

Tints of Dolphin #686675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.22%

R = 32.2%
G = 31.58%
B = 36.22%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#686675 (or 0x686675) is known color: Dolphin. HEX triplet: 68, 66 and 75. RGB value is (104,102,117). Sum of RGB (Red+Green+Blue) = 104+102+117=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: blue. Hex color #686675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686675 is #97998A. Grayscale: #686868. Windows color (decimal): -9935243 or 7693928. OLE color: 7693928.

HSL color Cylindrical-coordinate representation of color #686675: hue angle of 248º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #686675 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 102 117 -
CMYK 0.11 0.13 0 0.54
HSL 248º 0.07% 0.43% -
HSV(B) 248º 0.13% 0.46% -
XYZ 13.67 13.73 18.76 -
YUV 104.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 104 102 117 0.11 0.13 0 0.54 248 0.07 0.43
Hex 68 66 75 B D 0 36 F8 7 2B
Octal 150 146 165 13 15 0 66 370 7 53
Binary 1101000 1100110 1110101 1011 1101 0 110110 11111000 111 101011

Color Harmonies of #686675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686675

Black with #686675

Text Example


Text Example

White with #686675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686675; }

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

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

background-color css

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

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

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

border-color css

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

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

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