Html Css Color HEX #686E9B Chetwode Blue

📋 copy color: '#686E9B'

red 104 ◦ green 110 ◦ blue 155

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

Shades of Chetwode Blue #686E9B

Tints of Chetwode Blue #686E9B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 28.18%
G = 29.81%
B = 42.01%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#686E9B (or 0x686E9B) is known color: Chetwode Blue. HEX triplet: 68, 6E and 9B. RGB value is (104,110,155). Sum of RGB (Red+Green+Blue) = 104+110+155=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #686E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E9B is #979164. Grayscale: #717171. Windows color (decimal): -9933157 or 10186344. OLE color: 10186344.

HSL color Cylindrical-coordinate representation of color #686E9B: hue angle of 232.94º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #686E9B is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 110 155 -
CMYK 0.33 0.29 0 0.39
HSL 232.94º 0.2% 0.51% -
HSV(B) 232.94º 0.33% 0.61% -
XYZ 17.2 16.46 33.28 -
YUV 113.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 104 110 155 0.33 0.29 0 0.39 232.94 0.2 0.51
Hex 68 6E 9B 21 1D 0 27 E9 14 33
Octal 150 156 233 41 35 0 47 351 24 63
Binary 1101000 1101110 10011011 100001 11101 0 100111 11101001 10100 110011

Color Harmonies of #686E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686E9B

Black with #686E9B

Text Example


Text Example

White with #686E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,110,155); }

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

background-color css

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

 a { background-color: rgb(104,110,155); }

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

border-color css

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

 span { border-color: rgb(104,110,155); }

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