Html Css Color HEX #686EA5 Chetwode Blue

📋 copy color: '#686EA5'

red 104 ◦ green 110 ◦ blue 165

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

Shades of Chetwode Blue #686EA5

Tints of Chetwode Blue #686EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.54%

R = 27.44%
G = 29.02%
B = 43.54%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#686EA5 (or 0x686EA5) is known color: Chetwode Blue. HEX triplet: 68, 6E and A5. RGB value is (104,110,165). Sum of RGB (Red+Green+Blue) = 104+110+165=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 165 - color contains mainly: blue. Hex color #686EA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686EA5 is #97915A. Grayscale: #727272. Windows color (decimal): -9933147 or 10841704. OLE color: 10841704.

HSL color Cylindrical-coordinate representation of color #686EA5: hue angle of 234.1º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #686EA5 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 104 110 165 -
CMYK 0.37 0.33 0 0.35
HSL 234.1º 0.25% 0.53% -
HSV(B) 234.1º 0.37% 0.65% -
XYZ 18.08 16.81 37.89 -
YUV 114.48 156.51 120.53 -
System Red Green Blue C M Y K H S L
Decimal 104 110 165 0.37 0.33 0 0.35 234.1 0.25 0.53
Hex 68 6E A5 25 21 0 23 EA 19 35
Octal 150 156 245 45 41 0 43 352 31 65
Binary 1101000 1101110 10100101 100101 100001 0 100011 11101010 11001 110101

Color Harmonies of #686EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686EA5

Black with #686EA5

Text Example


Text Example

White with #686EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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