Html Css Color HEX #686682 Comet

📋 copy color: '#686682'

red 104 ◦ green 102 ◦ blue 130

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

Shades of Comet #686682

Tints of Comet #686682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.69%

R = 30.95%
G = 30.36%
B = 38.69%

CMYK

 C value IS 0.2

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#686682 (or 0x686682) is known color: Comet. HEX triplet: 68, 66 and 82. RGB value is (104,102,130). Sum of RGB (Red+Green+Blue) = 104+102+130=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #686682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686682 is #97997D. Grayscale: #696969. Windows color (decimal): -9935230 or 8545896. OLE color: 8545896.

HSL color Cylindrical-coordinate representation of color #686682: hue angle of 244.29º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #686682 is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 102 130 -
CMYK 0.2 0.22 0 0.49
HSL 244.29º 0.12% 0.45% -
HSV(B) 244.29º 0.22% 0.51% -
XYZ 14.49 14.06 23.07 -
YUV 105.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 104 102 130 0.2 0.22 0 0.49 244.29 0.12 0.45
Hex 68 66 82 14 16 0 31 F4 C 2D
Octal 150 146 202 24 26 0 61 364 14 55
Binary 1101000 1100110 10000010 10100 10110 0 110001 11110100 1100 101101

Color Harmonies of #686682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686682

Black with #686682

Text Example


Text Example

White with #686682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686682; }

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

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

background-color css

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

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

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

border-color css

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

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

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