Html Css Color HEX #686DAC Chetwode Blue

📋 copy color: '#686DAC'

red 104 ◦ green 109 ◦ blue 172

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

Shades of Chetwode Blue #686DAC

Tints of Chetwode Blue #686DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.31%

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 27.01%
G = 28.31%
B = 44.68%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#686DAC (or 0x686DAC) is known color: Chetwode Blue. HEX triplet: 68, 6D and AC. RGB value is (104,109,172). Sum of RGB (Red+Green+Blue) = 104+109+172=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #686DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686DAC is #979253. Grayscale: #727272. Windows color (decimal): -9933396 or 11300200. OLE color: 11300200.

HSL color Cylindrical-coordinate representation of color #686DAC: hue angle of 235.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #686DAC is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 109 172 -
CMYK 0.40 0.37 0 0.33
HSL 235.59º 0.29% 0.54% -
HSV(B) 235.59º 0.4% 0.67% -
XYZ 18.62 16.86 41.3 -
YUV 114.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 104 109 172 0.40 0.37 0 0.33 235.59 0.29 0.54
Hex 68 6D AC 28 25 0 21 EC 1D 36
Octal 150 155 254 50 45 0 41 354 35 66
Binary 1101000 1101101 10101100 101000 100101 0 100001 11101100 11101 110110

Color Harmonies of #686DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686DAC

Black with #686DAC

Text Example


Text Example

White with #686DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686DAC; }

 p { color: rgb(104,109,172); }

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

background-color css

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

 a { background-color: rgb(104,109,172); }

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

border-color css

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

 span { border-color: rgb(104,109,172); }

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