Html Css Color HEX #686EA1 Chetwode Blue

📋 copy color: '#686EA1'

red 104 ◦ green 110 ◦ blue 161

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

Shades of Chetwode Blue #686EA1

Tints of Chetwode Blue #686EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.93%

R = 27.73%
G = 29.33%
B = 42.93%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#686EA1 (or 0x686EA1) is known color: Chetwode Blue. HEX triplet: 68, 6E and A1. RGB value is (104,110,161). Sum of RGB (Red+Green+Blue) = 104+110+161=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 161 - color contains mainly: blue. Hex color #686EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686EA1 is #97915E. Grayscale: #717171. Windows color (decimal): -9933151 or 10579560. OLE color: 10579560.

HSL color Cylindrical-coordinate representation of color #686EA1: hue angle of 233.68º 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 #686EA1 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 110 161 -
CMYK 0.35 0.32 0 0.37
HSL 233.68º 0.23% 0.52% -
HSV(B) 233.68º 0.35% 0.63% -
XYZ 17.72 16.67 36 -
YUV 114.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 104 110 161 0.35 0.32 0 0.37 233.68 0.23 0.52
Hex 68 6E A1 23 20 0 25 EA 17 34
Octal 150 156 241 43 40 0 45 352 27 64
Binary 1101000 1101110 10100001 100011 100000 0 100101 11101010 10111 110100

Color Harmonies of #686EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686EA1

Black with #686EA1

Text Example


Text Example

White with #686EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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