Html Css Color HEX #686BA1 Chetwode Blue

📋 copy color: '#686BA1'

red 104 ◦ green 107 ◦ blue 161

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

Shades of Chetwode Blue #686BA1

Tints of Chetwode Blue #686BA1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.76%

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

R = 27.96%
G = 28.76%
B = 43.28%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#686BA1 (or 0x686BA1) is known color: Chetwode Blue. HEX triplet: 68, 6B and A1. RGB value is (104,107,161). Sum of RGB (Red+Green+Blue) = 104+107+161=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 161 - color contains mainly: blue. Hex color #686BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686BA1 is #97945E. Grayscale: #707070. Windows color (decimal): -9933919 or 10578792. OLE color: 10578792.

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

Color convert

RGB 104 107 161 -
CMYK 0.35 0.34 0 0.37
HSL 236.84º 0.23% 0.52% -
HSV(B) 236.84º 0.35% 0.63% -
XYZ 17.4 16.03 35.9 -
YUV 112.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 104 107 161 0.35 0.34 0 0.37 236.84 0.23 0.52
Hex 68 6B A1 23 22 0 25 ED 17 34
Octal 150 153 241 43 42 0 45 355 27 64
Binary 1101000 1101011 10100001 100011 100010 0 100101 11101101 10111 110100

Color Harmonies of #686BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BA1

Black with #686BA1

Text Example


Text Example

White with #686BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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