Html Css Color HEX #686985 Comet

📋 copy color: '#686985'

red 104 ◦ green 105 ◦ blue 133

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

Shades of Comet #686985

Tints of Comet #686985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

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

R = 30.41%
G = 30.7%
B = 38.89%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#686985 (or 0x686985) is known color: Comet. HEX triplet: 68, 69 and 85. RGB value is (104,105,133). Sum of RGB (Red+Green+Blue) = 104+105+133=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #686985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686985 is #97967A. Grayscale: #6B6B6B. Windows color (decimal): -9934459 or 8743272. OLE color: 8743272.

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

Color convert

RGB 104 105 133 -
CMYK 0.22 0.21 0 0.48
HSL 237.93º 0.12% 0.46% -
HSV(B) 237.93º 0.22% 0.52% -
XYZ 14.99 14.74 24.25 -
YUV 107.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 104 105 133 0.22 0.21 0 0.48 237.93 0.12 0.46
Hex 68 69 85 16 15 0 30 EE C 2E
Octal 150 151 205 26 25 0 60 356 14 56
Binary 1101000 1101001 10000101 10110 10101 0 110000 11101110 1100 101110

Color Harmonies of #686985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686985

Black with #686985

Text Example


Text Example

White with #686985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686985; }

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

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

background-color css

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

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

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

border-color css

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

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

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