Html Css Color HEX #686275 Dolphin

📋 copy color: '#686275'

red 104 ◦ green 98 ◦ blue 117

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

Shades of Dolphin #686275

Tints of Dolphin #686275

RGB

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

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

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

R = 32.6%
G = 30.72%
B = 36.68%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#686275 (or 0x686275) is known color: Dolphin. HEX triplet: 68, 62 and 75. RGB value is (104,98,117). Sum of RGB (Red+Green+Blue) = 104+98+117=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 117 - color contains mainly: blue. Hex color #686275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686275 is #979D8A. Grayscale: #656565. Windows color (decimal): -9936267 or 7692904. OLE color: 7692904.

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

Color convert

RGB 104 98 117 -
CMYK 0.11 0.16 0 0.54
HSL 258.95º 0.09% 0.42% -
HSV(B) 258.95º 0.16% 0.46% -
XYZ 13.29 12.96 18.63 -
YUV 101.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 104 98 117 0.11 0.16 0 0.54 258.95 0.09 0.42
Hex 68 62 75 B 10 0 36 103 9 2A
Octal 150 142 165 13 20 0 66 403 11 52
Binary 1101000 1100010 1110101 1011 10000 0 110110 100000011 1001 101010

Color Harmonies of #686275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686275

Black with #686275

Text Example


Text Example

White with #686275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686275; }

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

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

background-color css

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

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

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

border-color css

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

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

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