Html Css Color HEX #686ABB Chetwode Blue

📋 copy color: '#686ABB'

red 104 ◦ green 106 ◦ blue 187

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

Shades of Chetwode Blue #686ABB

Tints of Chetwode Blue #686ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 26.2%
G = 26.7%
B = 47.1%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#686ABB (or 0x686ABB) is known color: Chetwode Blue. HEX triplet: 68, 6A and BB. RGB value is (104,106,187). Sum of RGB (Red+Green+Blue) = 104+106+187=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #686ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ABB is #979544. Grayscale: #727272. Windows color (decimal): -9934149 or 12282472. OLE color: 12282472.

HSL color Cylindrical-coordinate representation of color #686ABB: hue angle of 238.55º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #686ABB is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 106 187 -
CMYK 0.44 0.43 0 0.27
HSL 238.55º 0.38% 0.57% -
HSV(B) 238.55º 0.44% 0.73% -
XYZ 19.83 16.84 49.22 -
YUV 114.64 168.84 120.41 -
System Red Green Blue C M Y K H S L
Decimal 104 106 187 0.44 0.43 0 0.27 238.55 0.38 0.57
Hex 68 6A BB 2C 2B 0 1B EF 26 39
Octal 150 152 273 54 53 0 33 357 46 71
Binary 1101000 1101010 10111011 101100 101011 0 11011 11101111 100110 111001

Color Harmonies of #686ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686ABB

Black with #686ABB

Text Example


Text Example

White with #686ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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