Html Css Color HEX #686D9D Chetwode Blue

📋 copy color: '#686D9D'

red 104 ◦ green 109 ◦ blue 157

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

Shades of Chetwode Blue #686D9D

Tints of Chetwode Blue #686D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.43%

R = 28.11%
G = 29.46%
B = 42.43%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#686D9D (or 0x686D9D) is known color: Chetwode Blue. HEX triplet: 68, 6D and 9D. RGB value is (104,109,157). Sum of RGB (Red+Green+Blue) = 104+109+157=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #686D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D9D is #979262. Grayscale: #707070. Windows color (decimal): -9933411 or 10317160. OLE color: 10317160.

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

Color convert

RGB 104 109 157 -
CMYK 0.34 0.31 0 0.38
HSL 234.34º 0.21% 0.51% -
HSV(B) 234.34º 0.34% 0.62% -
XYZ 17.26 16.31 34.14 -
YUV 112.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 104 109 157 0.34 0.31 0 0.38 234.34 0.21 0.51
Hex 68 6D 9D 22 1F 0 26 EA 15 33
Octal 150 155 235 42 37 0 46 352 25 63
Binary 1101000 1101101 10011101 100010 11111 0 100110 11101010 10101 110011

Color Harmonies of #686D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D9D

Black with #686D9D

Text Example


Text Example

White with #686D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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