Html Css Color HEX #686AA0 Chetwode Blue

📋 copy color: '#686AA0'

red 104 ◦ green 106 ◦ blue 160

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

Shades of Chetwode Blue #686AA0

Tints of Chetwode Blue #686AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.24%

R = 28.11%
G = 28.65%
B = 43.24%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#686AA0 (or 0x686AA0) is known color: Chetwode Blue. HEX triplet: 68, 6A and A0. RGB value is (104,106,160). Sum of RGB (Red+Green+Blue) = 104+106+160=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 160 - color contains mainly: blue. Hex color #686AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686AA0 is #97955F. Grayscale: #6F6F6F. Windows color (decimal): -9934176 or 10513000. OLE color: 10513000.

HSL color Cylindrical-coordinate representation of color #686AA0: hue angle of 237.86º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #686AA0 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 106 160 -
CMYK 0.35 0.34 0 0.37
HSL 237.86º 0.23% 0.52% -
HSV(B) 237.86º 0.35% 0.63% -
XYZ 17.21 15.79 35.4 -
YUV 111.56 155.34 122.61 -
System Red Green Blue C M Y K H S L
Decimal 104 106 160 0.35 0.34 0 0.37 237.86 0.23 0.52
Hex 68 6A A0 23 22 0 25 EE 17 34
Octal 150 152 240 43 42 0 45 356 27 64
Binary 1101000 1101010 10100000 100011 100010 0 100101 11101110 10111 110100

Color Harmonies of #686AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686AA0

Black with #686AA0

Text Example


Text Example

White with #686AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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