Html Css Color HEX #686FAA Chetwode Blue

📋 copy color: '#686FAA'

red 104 ◦ green 111 ◦ blue 170

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

Shades of Chetwode Blue #686FAA

Tints of Chetwode Blue #686FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.83%

 BLUE value IS 170 (66.8% from 255) = 44.16%

R = 27.01%
G = 28.83%
B = 44.16%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#686FAA (or 0x686FAA) is known color: Chetwode Blue. HEX triplet: 68, 6F and AA. RGB value is (104,111,170). Sum of RGB (Red+Green+Blue) = 104+111+170=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #686FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686FAA is #979055. Grayscale: #737373. Windows color (decimal): -9932886 or 11169640. OLE color: 11169640.

HSL color Cylindrical-coordinate representation of color #686FAA: hue angle of 233.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #686FAA is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 111 170 -
CMYK 0.39 0.35 0 0.33
HSL 233.64º 0.28% 0.54% -
HSV(B) 233.64º 0.39% 0.67% -
XYZ 18.65 17.21 40.37 -
YUV 115.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 104 111 170 0.39 0.35 0 0.33 233.64 0.28 0.54
Hex 68 6F AA 27 23 0 21 EA 1C 36
Octal 150 157 252 47 43 0 41 352 34 66
Binary 1101000 1101111 10101010 100111 100011 0 100001 11101010 11100 110110

Color Harmonies of #686FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686FAA

Black with #686FAA

Text Example


Text Example

White with #686FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,111,170); }

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

background-color css

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

 a { background-color: rgb(104,111,170); }

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

border-color css

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

 span { border-color: rgb(104,111,170); }

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