Html Css Color HEX #686BA8 Chetwode Blue

📋 copy color: '#686BA8'

red 104 ◦ green 107 ◦ blue 168

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

Shades of Chetwode Blue #686BA8

Tints of Chetwode Blue #686BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.33%

R = 27.44%
G = 28.23%
B = 44.33%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#686BA8 (or 0x686BA8) is known color: Chetwode Blue. HEX triplet: 68, 6B and A8. RGB value is (104,107,168). Sum of RGB (Red+Green+Blue) = 104+107+168=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 168 - color contains mainly: blue. Hex color #686BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686BA8 is #979457. Grayscale: #707070. Windows color (decimal): -9933912 or 11037544. OLE color: 11037544.

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

Color convert

RGB 104 107 168 -
CMYK 0.38 0.36 0 0.34
HSL 237.19º 0.27% 0.53% -
HSV(B) 237.19º 0.38% 0.66% -
XYZ 18.03 16.29 39.24 -
YUV 113.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 104 107 168 0.38 0.36 0 0.34 237.19 0.27 0.53
Hex 68 6B A8 26 24 0 22 ED 1B 35
Octal 150 153 250 46 44 0 42 355 33 65
Binary 1101000 1101011 10101000 100110 100100 0 100010 11101101 11011 110101

Color Harmonies of #686BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BA8

Black with #686BA8

Text Example


Text Example

White with #686BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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