Html Css Color HEX #686782 Comet

📋 copy color: '#686782'

red 104 ◦ green 103 ◦ blue 130

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

Shades of Comet #686782

Tints of Comet #686782

RGB

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

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

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

R = 30.86%
G = 30.56%
B = 38.58%

CMYK

 C value IS 0.2

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#686782 (or 0x686782) is known color: Comet. HEX triplet: 68, 67 and 82. RGB value is (104,103,130). Sum of RGB (Red+Green+Blue) = 104+103+130=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #686782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686782 is #97987D. Grayscale: #6A6A6A. Windows color (decimal): -9934974 or 8546152. OLE color: 8546152.

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

Color convert

RGB 104 103 130 -
CMYK 0.2 0.21 0 0.49
HSL 242.22º 0.12% 0.46% -
HSV(B) 242.22º 0.21% 0.51% -
XYZ 14.59 14.26 23.1 -
YUV 106.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 104 103 130 0.2 0.21 0 0.49 242.22 0.12 0.46
Hex 68 67 82 14 15 0 31 F2 C 2E
Octal 150 147 202 24 25 0 61 362 14 56
Binary 1101000 1100111 10000010 10100 10101 0 110001 11110010 1100 101110

Color Harmonies of #686782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686782

Black with #686782

Text Example


Text Example

White with #686782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686782; }

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

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

background-color css

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

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

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

border-color css

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

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

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