Html Css Color HEX #686BAB Chetwode Blue

📋 copy color: '#686BAB'

red 104 ◦ green 107 ◦ blue 171

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

Shades of Chetwode Blue #686BAB

Tints of Chetwode Blue #686BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.01%

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 27.23%
G = 28.01%
B = 44.76%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#686BAB (or 0x686BAB) is known color: Chetwode Blue. HEX triplet: 68, 6B and AB. RGB value is (104,107,171). Sum of RGB (Red+Green+Blue) = 104+107+171=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #686BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686BAB is #979454. Grayscale: #717171. Windows color (decimal): -9933909 or 11234152. OLE color: 11234152.

HSL color Cylindrical-coordinate representation of color #686BAB: hue angle of 237.31º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #686BAB is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 107 171 -
CMYK 0.39 0.37 0 0.33
HSL 237.31º 0.29% 0.54% -
HSV(B) 237.31º 0.39% 0.67% -
XYZ 18.32 16.4 40.73 -
YUV 113.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 104 107 171 0.39 0.37 0 0.33 237.31 0.29 0.54
Hex 68 6B AB 27 25 0 21 ED 1D 36
Octal 150 153 253 47 45 0 41 355 35 66
Binary 1101000 1101011 10101011 100111 100101 0 100001 11101101 11101 110110

Color Harmonies of #686BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BAB

Black with #686BAB

Text Example


Text Example

White with #686BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,107,171); }

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

background-color css

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

 a { background-color: rgb(104,107,171); }

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

border-color css

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

 span { border-color: rgb(104,107,171); }

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