Html Css Color HEX #686EA0 Chetwode Blue

📋 copy color: '#686EA0'

red 104 ◦ green 110 ◦ blue 160

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

Shades of Chetwode Blue #686EA0

Tints of Chetwode Blue #686EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.78%

R = 27.81%
G = 29.41%
B = 42.78%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#686EA0 (or 0x686EA0) is known color: Chetwode Blue. HEX triplet: 68, 6E and A0. RGB value is (104,110,160). Sum of RGB (Red+Green+Blue) = 104+110+160=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 160 - color contains mainly: blue. Hex color #686EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686EA0 is #97915F. Grayscale: #717171. Windows color (decimal): -9933152 or 10514024. OLE color: 10514024.

HSL color Cylindrical-coordinate representation of color #686EA0: hue angle of 233.57º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #686EA0 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 110 160 -
CMYK 0.35 0.31 0 0.37
HSL 233.57º 0.23% 0.52% -
HSV(B) 233.57º 0.35% 0.63% -
XYZ 17.63 16.63 35.54 -
YUV 113.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 104 110 160 0.35 0.31 0 0.37 233.57 0.23 0.52
Hex 68 6E A0 23 1F 0 25 EA 17 34
Octal 150 156 240 43 37 0 45 352 27 64
Binary 1101000 1101110 10100000 100011 11111 0 100101 11101010 10111 110100

Color Harmonies of #686EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686EA0

Black with #686EA0

Text Example


Text Example

White with #686EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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