Html Css Color HEX #686B9E Chetwode Blue

📋 copy color: '#686B9E'

red 104 ◦ green 107 ◦ blue 158

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

Shades of Chetwode Blue #686B9E

Tints of Chetwode Blue #686B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.82%

R = 28.18%
G = 29%
B = 42.82%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#686B9E (or 0x686B9E) is known color: Chetwode Blue. HEX triplet: 68, 6B and 9E. RGB value is (104,107,158). Sum of RGB (Red+Green+Blue) = 104+107+158=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #686B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B9E is #979461. Grayscale: #6F6F6F. Windows color (decimal): -9933922 or 10382184. OLE color: 10382184.

HSL color Cylindrical-coordinate representation of color #686B9E: hue angle of 236.67º degrees, saturation: 0.22, 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 #686B9E is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 107 158 -
CMYK 0.34 0.32 0 0.38
HSL 236.67º 0.22% 0.51% -
HSV(B) 236.67º 0.34% 0.62% -
XYZ 17.14 15.93 34.52 -
YUV 111.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 104 107 158 0.34 0.32 0 0.38 236.67 0.22 0.51
Hex 68 6B 9E 22 20 0 26 ED 16 33
Octal 150 153 236 42 40 0 46 355 26 63
Binary 1101000 1101011 10011110 100010 100000 0 100110 11101101 10110 110011

Color Harmonies of #686B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B9E

Black with #686B9E

Text Example


Text Example

White with #686B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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