Html Css Color HEX #686CAA Chetwode Blue

📋 copy color: '#686CAA'

red 104 ◦ green 108 ◦ blue 170

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

Shades of Chetwode Blue #686CAA

Tints of Chetwode Blue #686CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.27%

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 27.23%
G = 28.27%
B = 44.5%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#686CAA (or 0x686CAA) is known color: Chetwode Blue. HEX triplet: 68, 6C and AA. RGB value is (104,108,170). Sum of RGB (Red+Green+Blue) = 104+108+170=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #686CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686CAA is #979355. Grayscale: #717171. Windows color (decimal): -9933654 or 11168872. OLE color: 11168872.

HSL color Cylindrical-coordinate representation of color #686CAA: hue angle of 236.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #686CAA is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 108 170 -
CMYK 0.39 0.36 0 0.33
HSL 236.36º 0.28% 0.54% -
HSV(B) 236.36º 0.39% 0.67% -
XYZ 18.33 16.57 40.26 -
YUV 113.87 159.67 120.96 -
System Red Green Blue C M Y K H S L
Decimal 104 108 170 0.39 0.36 0 0.33 236.36 0.28 0.54
Hex 68 6C AA 27 24 0 21 EC 1C 36
Octal 150 154 252 47 44 0 41 354 34 66
Binary 1101000 1101100 10101010 100111 100100 0 100001 11101100 11100 110110

Color Harmonies of #686CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686CAA

Black with #686CAA

Text Example


Text Example

White with #686CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,108,170); }

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

background-color css

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

 a { background-color: rgb(104,108,170); }

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

border-color css

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

 span { border-color: rgb(104,108,170); }

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