Html Css Color HEX #686DA1 Chetwode Blue

📋 copy color: '#686DA1'

red 104 ◦ green 109 ◦ blue 161

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

Shades of Chetwode Blue #686DA1

Tints of Chetwode Blue #686DA1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.14%

 BLUE value IS 161 (63.28% from 255) = 43.05%

R = 27.81%
G = 29.14%
B = 43.05%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#686DA1 (or 0x686DA1) is known color: Chetwode Blue. HEX triplet: 68, 6D and A1. RGB value is (104,109,161). Sum of RGB (Red+Green+Blue) = 104+109+161=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 161 - color contains mainly: blue. Hex color #686DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686DA1 is #97925E. Grayscale: #717171. Windows color (decimal): -9933407 or 10579304. OLE color: 10579304.

HSL color Cylindrical-coordinate representation of color #686DA1: hue angle of 234.74º 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 #686DA1 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 109 161 -
CMYK 0.35 0.32 0 0.37
HSL 234.74º 0.23% 0.52% -
HSV(B) 234.74º 0.35% 0.63% -
XYZ 17.61 16.45 35.97 -
YUV 113.43 154.84 121.27 -
System Red Green Blue C M Y K H S L
Decimal 104 109 161 0.35 0.32 0 0.37 234.74 0.23 0.52
Hex 68 6D A1 23 20 0 25 EB 17 34
Octal 150 155 241 43 40 0 45 353 27 64
Binary 1101000 1101101 10100001 100011 100000 0 100101 11101011 10111 110100

Color Harmonies of #686DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686DA1

Black with #686DA1

Text Example


Text Example

White with #686DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,109,161); }

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

background-color css

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

 a { background-color: rgb(104,109,161); }

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

border-color css

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

 span { border-color: rgb(104,109,161); }

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