Html Css Color HEX #686EBD Chetwode Blue

📋 copy color: '#686EBD'

red 104 ◦ green 110 ◦ blue 189

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

Shades of Chetwode Blue #686EBD

Tints of Chetwode Blue #686EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.9%

R = 25.81%
G = 27.3%
B = 46.9%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#686EBD (or 0x686EBD) is known color: Chetwode Blue. HEX triplet: 68, 6E and BD. RGB value is (104,110,189). Sum of RGB (Red+Green+Blue) = 104+110+189=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #686EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686EBD is #979142. Grayscale: #747474. Windows color (decimal): -9933123 or 12414568. OLE color: 12414568.

HSL color Cylindrical-coordinate representation of color #686EBD: hue angle of 235.76º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #686EBD is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 110 189 -
CMYK 0.45 0.42 0 0.26
HSL 235.76º 0.39% 0.57% -
HSV(B) 235.76º 0.45% 0.74% -
XYZ 20.47 17.77 50.49 -
YUV 117.21 168.51 118.58 -
System Red Green Blue C M Y K H S L
Decimal 104 110 189 0.45 0.42 0 0.26 235.76 0.39 0.57
Hex 68 6E BD 2D 2A 0 1A EC 27 39
Octal 150 156 275 55 52 0 32 354 47 71
Binary 1101000 1101110 10111101 101101 101010 0 11010 11101100 100111 111001

Color Harmonies of #686EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686EBD

Black with #686EBD

Text Example


Text Example

White with #686EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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