Html Css Color HEX #686EBE Chetwode Blue

📋 copy color: '#686EBE'

red 104 ◦ green 110 ◦ blue 190

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

Shades of Chetwode Blue #686EBE

Tints of Chetwode Blue #686EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 25.74%
G = 27.23%
B = 47.03%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#686EBE (or 0x686EBE) is known color: Chetwode Blue. HEX triplet: 68, 6E and BE. RGB value is (104,110,190). Sum of RGB (Red+Green+Blue) = 104+110+190=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #686EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686EBE is #979141. Grayscale: #757575. Windows color (decimal): -9933122 or 12480104. OLE color: 12480104.

HSL color Cylindrical-coordinate representation of color #686EBE: hue angle of 235.81º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #686EBE is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 110 190 -
CMYK 0.45 0.42 0 0.25
HSL 235.81º 0.4% 0.58% -
HSV(B) 235.81º 0.45% 0.75% -
XYZ 20.58 17.81 51.07 -
YUV 117.33 169.01 118.5 -
System Red Green Blue C M Y K H S L
Decimal 104 110 190 0.45 0.42 0 0.25 235.81 0.4 0.58
Hex 68 6E BE 2D 2A 0 19 EC 28 3A
Octal 150 156 276 55 52 0 31 354 50 72
Binary 1101000 1101110 10111110 101101 101010 0 11001 11101100 101000 111010

Color Harmonies of #686EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686EBE

Black with #686EBE

Text Example


Text Example

White with #686EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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