Html Css Color HEX #686BA6 Chetwode Blue

📋 copy color: '#686BA6'

red 104 ◦ green 107 ◦ blue 166

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

Shades of Chetwode Blue #686BA6

Tints of Chetwode Blue #686BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.03%

R = 27.59%
G = 28.38%
B = 44.03%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#686BA6 (or 0x686BA6) is known color: Chetwode Blue. HEX triplet: 68, 6B and A6. RGB value is (104,107,166). Sum of RGB (Red+Green+Blue) = 104+107+166=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 166 - color contains mainly: blue. Hex color #686BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686BA6 is #979459. Grayscale: #707070. Windows color (decimal): -9933914 or 10906472. OLE color: 10906472.

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

Color convert

RGB 104 107 166 -
CMYK 0.37 0.36 0 0.35
HSL 237.1º 0.26% 0.53% -
HSV(B) 237.1º 0.37% 0.65% -
XYZ 17.85 16.21 38.26 -
YUV 112.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 104 107 166 0.37 0.36 0 0.35 237.1 0.26 0.53
Hex 68 6B A6 25 24 0 23 ED 1A 35
Octal 150 153 246 45 44 0 43 355 32 65
Binary 1101000 1101011 10100110 100101 100100 0 100011 11101101 11010 110101

Color Harmonies of #686BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BA6

Black with #686BA6

Text Example


Text Example

White with #686BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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