Html Css Color HEX #686AAC Chetwode Blue

📋 copy color: '#686AAC'

red 104 ◦ green 106 ◦ blue 172

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

Shades of Chetwode Blue #686AAC

Tints of Chetwode Blue #686AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.75%

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

R = 27.23%
G = 27.75%
B = 45.03%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#686AAC (or 0x686AAC) is known color: Chetwode Blue. HEX triplet: 68, 6A and AC. RGB value is (104,106,172). Sum of RGB (Red+Green+Blue) = 104+106+172=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #686AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686AAC is #979553. Grayscale: #707070. Windows color (decimal): -9934164 or 11299432. OLE color: 11299432.

HSL color Cylindrical-coordinate representation of color #686AAC: hue angle of 238.24º 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 #686AAC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 106 172 -
CMYK 0.40 0.38 0 0.33
HSL 238.24º 0.29% 0.54% -
HSV(B) 238.24º 0.4% 0.67% -
XYZ 18.31 16.23 41.2 -
YUV 112.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 104 106 172 0.40 0.38 0 0.33 238.24 0.29 0.54
Hex 68 6A AC 28 26 0 21 EE 1D 36
Octal 150 152 254 50 46 0 41 356 35 66
Binary 1101000 1101010 10101100 101000 100110 0 100001 11101110 11101 110110

Color Harmonies of #686AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686AAC

Black with #686AAC

Text Example


Text Example

White with #686AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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