Html Css Color HEX #686685 Comet

📋 copy color: '#686685'

red 104 ◦ green 102 ◦ blue 133

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

Shades of Comet #686685

Tints of Comet #686685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.23%

R = 30.68%
G = 30.09%
B = 39.23%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#686685 (or 0x686685) is known color: Comet. HEX triplet: 68, 66 and 85. RGB value is (104,102,133). Sum of RGB (Red+Green+Blue) = 104+102+133=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #686685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686685 is #97997A. Grayscale: #6A6A6A. Windows color (decimal): -9935227 or 8742504. OLE color: 8742504.

HSL color Cylindrical-coordinate representation of color #686685: hue angle of 243.87º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #686685 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 102 133 -
CMYK 0.22 0.23 0 0.48
HSL 243.87º 0.13% 0.46% -
HSV(B) 243.87º 0.23% 0.52% -
XYZ 14.69 14.14 24.15 -
YUV 106.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 104 102 133 0.22 0.23 0 0.48 243.87 0.13 0.46
Hex 68 66 85 16 17 0 30 F4 D 2E
Octal 150 146 205 26 27 0 60 364 15 56
Binary 1101000 1100110 10000101 10110 10111 0 110000 11110100 1101 101110

Color Harmonies of #686685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686685

Black with #686685

Text Example


Text Example

White with #686685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686685; }

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

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

background-color css

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

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

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

border-color css

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

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

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