Html Css Color HEX #686FA9 Chetwode Blue

📋 copy color: '#686FA9'

red 104 ◦ green 111 ◦ blue 169

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

Shades of Chetwode Blue #686FA9

Tints of Chetwode Blue #686FA9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.91%

 BLUE value IS 169 (66.41% from 255) = 44.01%

R = 27.08%
G = 28.91%
B = 44.01%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#686FA9 (or 0x686FA9) is known color: Chetwode Blue. HEX triplet: 68, 6F and A9. RGB value is (104,111,169). Sum of RGB (Red+Green+Blue) = 104+111+169=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 169 - color contains mainly: blue. Hex color #686FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686FA9 is #979056. Grayscale: #737373. Windows color (decimal): -9932887 or 11104104. OLE color: 11104104.

HSL color Cylindrical-coordinate representation of color #686FA9: hue angle of 233.54º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #686FA9 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 104 111 169 -
CMYK 0.38 0.34 0 0.34
HSL 233.54º 0.27% 0.54% -
HSV(B) 233.54º 0.38% 0.66% -
XYZ 18.55 17.18 39.87 -
YUV 115.52 158.18 119.78 -
System Red Green Blue C M Y K H S L
Decimal 104 111 169 0.38 0.34 0 0.34 233.54 0.27 0.54
Hex 68 6F A9 26 22 0 22 EA 1B 36
Octal 150 157 251 46 42 0 42 352 33 66
Binary 1101000 1101111 10101001 100110 100010 0 100010 11101010 11011 110110

Color Harmonies of #686FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686FA9

Black with #686FA9

Text Example


Text Example

White with #686FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,111,169); }

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

background-color css

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

 a { background-color: rgb(104,111,169); }

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

border-color css

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

 span { border-color: rgb(104,111,169); }

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