Html Css Color HEX #686ABD Chetwode Blue

📋 copy color: '#686ABD'

red 104 ◦ green 106 ◦ blue 189

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

Shades of Chetwode Blue #686ABD

Tints of Chetwode Blue #686ABD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

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

R = 26.07%
G = 26.57%
B = 47.37%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#686ABD (or 0x686ABD) is known color: Chetwode Blue. HEX triplet: 68, 6A and BD. RGB value is (104,106,189). Sum of RGB (Red+Green+Blue) = 104+106+189=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #686ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ABD is #979542. Grayscale: #727272. Windows color (decimal): -9934147 or 12413544. OLE color: 12413544.

HSL color Cylindrical-coordinate representation of color #686ABD: hue angle of 238.59º 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 #686ABD is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 106 189 -
CMYK 0.45 0.44 0 0.26
HSL 238.59º 0.39% 0.57% -
HSV(B) 238.59º 0.45% 0.74% -
XYZ 20.05 16.93 50.35 -
YUV 114.86 169.84 120.25 -
System Red Green Blue C M Y K H S L
Decimal 104 106 189 0.45 0.44 0 0.26 238.59 0.39 0.57
Hex 68 6A BD 2D 2C 0 1A EF 27 39
Octal 150 152 275 55 54 0 32 357 47 71
Binary 1101000 1101010 10111101 101101 101100 0 11010 11101111 100111 111001

Color Harmonies of #686ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686ABD

Black with #686ABD

Text Example


Text Example

White with #686ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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