Html Css Color HEX #686FAB Chetwode Blue

📋 copy color: '#686FAB'

red 104 ◦ green 111 ◦ blue 171

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

Shades of Chetwode Blue #686FAB

Tints of Chetwode Blue #686FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.3%

R = 26.94%
G = 28.76%
B = 44.3%

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

#686FAB (or 0x686FAB) is known color: Chetwode Blue. HEX triplet: 68, 6F and AB. RGB value is (104,111,171). Sum of RGB (Red+Green+Blue) = 104+111+171=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #686FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686FAB is #979054. Grayscale: #737373. Windows color (decimal): -9932885 or 11235176. OLE color: 11235176.

HSL color Cylindrical-coordinate representation of color #686FAB: hue angle of 233.73º degrees, saturation: 0.29, 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 #686FAB is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 111 171 -
CMYK 0.39 0.35 0 0.33
HSL 233.73º 0.29% 0.54% -
HSV(B) 233.73º 0.39% 0.67% -
XYZ 18.74 17.25 40.87 -
YUV 115.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 104 111 171 0.39 0.35 0 0.33 233.73 0.29 0.54
Hex 68 6F AB 27 23 0 21 EA 1D 36
Octal 150 157 253 47 43 0 41 352 35 66
Binary 1101000 1101111 10101011 100111 100011 0 100001 11101010 11101 110110

Color Harmonies of #686FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686FAB

Black with #686FAB

Text Example


Text Example

White with #686FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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