Html Css Color HEX #686D9F Chetwode Blue

📋 copy color: '#686D9F'

red 104 ◦ green 109 ◦ blue 159

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

Shades of Chetwode Blue #686D9F

Tints of Chetwode Blue #686D9F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.3%

 BLUE value IS 159 (62.5% from 255) = 42.74%

R = 27.96%
G = 29.3%
B = 42.74%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#686D9F (or 0x686D9F) is known color: Chetwode Blue. HEX triplet: 68, 6D and 9F. RGB value is (104,109,159). Sum of RGB (Red+Green+Blue) = 104+109+159=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #686D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D9F is #979260. Grayscale: #717171. Windows color (decimal): -9933409 or 10448232. OLE color: 10448232.

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

Color convert

RGB 104 109 159 -
CMYK 0.35 0.31 0 0.38
HSL 234.55º 0.22% 0.52% -
HSV(B) 234.55º 0.35% 0.62% -
XYZ 17.44 16.38 35.04 -
YUV 113.21 153.84 121.43 -
System Red Green Blue C M Y K H S L
Decimal 104 109 159 0.35 0.31 0 0.38 234.55 0.22 0.52
Hex 68 6D 9F 23 1F 0 26 EB 16 34
Octal 150 155 237 43 37 0 46 353 26 64
Binary 1101000 1101101 10011111 100011 11111 0 100110 11101011 10110 110100

Color Harmonies of #686D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D9F

Black with #686D9F

Text Example


Text Example

White with #686D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,109,159); }

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

background-color css

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

 a { background-color: rgb(104,109,159); }

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

border-color css

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

 span { border-color: rgb(104,109,159); }

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