Html Css Color HEX #686F9E Chetwode Blue

📋 copy color: '#686F9E'

red 104 ◦ green 111 ◦ blue 158

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

Shades of Chetwode Blue #686F9E

Tints of Chetwode Blue #686F9E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.76%

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

R = 27.88%
G = 29.76%
B = 42.36%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#686F9E (or 0x686F9E) is known color: Chetwode Blue. HEX triplet: 68, 6F and 9E. RGB value is (104,111,158). Sum of RGB (Red+Green+Blue) = 104+111+158=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #686F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F9E is #979061. Grayscale: #727272. Windows color (decimal): -9932898 or 10383208. OLE color: 10383208.

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

Color convert

RGB 104 111 158 -
CMYK 0.34 0.30 0 0.38
HSL 232.22º 0.22% 0.51% -
HSV(B) 232.22º 0.34% 0.62% -
XYZ 17.56 16.78 34.66 -
YUV 114.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 104 111 158 0.34 0.30 0 0.38 232.22 0.22 0.51
Hex 68 6F 9E 22 1E 0 26 E8 16 33
Octal 150 157 236 42 36 0 46 350 26 63
Binary 1101000 1101111 10011110 100010 11110 0 100110 11101000 10110 110011

Color Harmonies of #686F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F9E

Black with #686F9E

Text Example


Text Example

White with #686F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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