Html Css Color HEX #686EA3 Chetwode Blue

📋 copy color: '#686EA3'

red 104 ◦ green 110 ◦ blue 163

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

Shades of Chetwode Blue #686EA3

Tints of Chetwode Blue #686EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.24%

R = 27.59%
G = 29.18%
B = 43.24%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#686EA3 (or 0x686EA3) is known color: Chetwode Blue. HEX triplet: 68, 6E and A3. RGB value is (104,110,163). Sum of RGB (Red+Green+Blue) = 104+110+163=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 163 - color contains mainly: blue. Hex color #686EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686EA3 is #97915C. Grayscale: #727272. Windows color (decimal): -9933149 or 10710632. OLE color: 10710632.

HSL color Cylindrical-coordinate representation of color #686EA3: hue angle of 233.9º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #686EA3 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 110 163 -
CMYK 0.36 0.33 0 0.36
HSL 233.9º 0.24% 0.52% -
HSV(B) 233.9º 0.36% 0.64% -
XYZ 17.9 16.74 36.94 -
YUV 114.25 155.51 120.69 -
System Red Green Blue C M Y K H S L
Decimal 104 110 163 0.36 0.33 0 0.36 233.9 0.24 0.52
Hex 68 6E A3 24 21 0 24 EA 18 34
Octal 150 156 243 44 41 0 44 352 30 64
Binary 1101000 1101110 10100011 100100 100001 0 100100 11101010 11000 110100

Color Harmonies of #686EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686EA3

Black with #686EA3

Text Example


Text Example

White with #686EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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