Html Css Color HEX #686EA2 Chetwode Blue

📋 copy color: '#686EA2'

red 104 ◦ green 110 ◦ blue 162

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

Shades of Chetwode Blue #686EA2

Tints of Chetwode Blue #686EA2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.26%

 BLUE value IS 162 (63.67% from 255) = 43.09%

R = 27.66%
G = 29.26%
B = 43.09%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#686EA2 (or 0x686EA2) is known color: Chetwode Blue. HEX triplet: 68, 6E and A2. RGB value is (104,110,162). Sum of RGB (Red+Green+Blue) = 104+110+162=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 162 - color contains mainly: blue. Hex color #686EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686EA2 is #97915D. Grayscale: #717171. Windows color (decimal): -9933150 or 10645096. OLE color: 10645096.

HSL color Cylindrical-coordinate representation of color #686EA2: hue angle of 233.79º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #686EA2 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 110 162 -
CMYK 0.36 0.32 0 0.36
HSL 233.79º 0.24% 0.52% -
HSV(B) 233.79º 0.36% 0.64% -
XYZ 17.81 16.7 36.47 -
YUV 114.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 104 110 162 0.36 0.32 0 0.36 233.79 0.24 0.52
Hex 68 6E A2 24 20 0 24 EA 18 34
Octal 150 156 242 44 40 0 44 352 30 64
Binary 1101000 1101110 10100010 100100 100000 0 100100 11101010 11000 110100

Color Harmonies of #686EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686EA2

Black with #686EA2

Text Example


Text Example

White with #686EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,110,162); }

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

background-color css

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

 a { background-color: rgb(104,110,162); }

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

border-color css

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

 span { border-color: rgb(104,110,162); }

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