Html Css Color HEX #686775 Comet

📋 copy color: '#686775'

red 104 ◦ green 103 ◦ blue 117

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

Shades of Comet #686775

Tints of Comet #686775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.79%

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

R = 32.1%
G = 31.79%
B = 36.11%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#686775 (or 0x686775) is known color: Comet. HEX triplet: 68, 67 and 75. RGB value is (104,103,117). Sum of RGB (Red+Green+Blue) = 104+103+117=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 117 - color contains mainly: blue. Hex color #686775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686775 is #97988A. Grayscale: #686868. Windows color (decimal): -9934987 or 7694184. OLE color: 7694184.

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

Color convert

RGB 104 103 117 -
CMYK 0.11 0.12 0 0.54
HSL 244.29º 0.06% 0.43% -
HSV(B) 244.29º 0.12% 0.46% -
XYZ 13.77 13.93 18.79 -
YUV 104.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 104 103 117 0.11 0.12 0 0.54 244.29 0.06 0.43
Hex 68 67 75 B C 0 36 F4 6 2B
Octal 150 147 165 13 14 0 66 364 6 53
Binary 1101000 1100111 1110101 1011 1100 0 110110 11110100 110 101011

Color Harmonies of #686775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686775

Black with #686775

Text Example


Text Example

White with #686775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686775; }

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

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

background-color css

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

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

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

border-color css

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

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

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