Html Css Color HEX #686AB6 Chetwode Blue

📋 copy color: '#686AB6'

red 104 ◦ green 106 ◦ blue 182

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

Shades of Chetwode Blue #686AB6

Tints of Chetwode Blue #686AB6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.04%

 BLUE value IS 182 (71.48% from 255) = 46.43%

R = 26.53%
G = 27.04%
B = 46.43%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#686AB6 (or 0x686AB6) is known color: Chetwode Blue. HEX triplet: 68, 6A and B6. RGB value is (104,106,182). Sum of RGB (Red+Green+Blue) = 104+106+182=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 182 - color contains mainly: blue. Hex color #686AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AB6 is #979549. Grayscale: #717171. Windows color (decimal): -9934154 or 11954792. OLE color: 11954792.

HSL color Cylindrical-coordinate representation of color #686AB6: hue angle of 238.46º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #686AB6 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 106 182 -
CMYK 0.43 0.42 0 0.29
HSL 238.46º 0.35% 0.56% -
HSV(B) 238.46º 0.43% 0.71% -
XYZ 19.31 16.63 46.45 -
YUV 114.07 166.34 120.82 -
System Red Green Blue C M Y K H S L
Decimal 104 106 182 0.43 0.42 0 0.29 238.46 0.35 0.56
Hex 68 6A B6 2B 2A 0 1D EE 23 38
Octal 150 152 266 53 52 0 35 356 43 70
Binary 1101000 1101010 10110110 101011 101010 0 11101 11101110 100011 111000

Color Harmonies of #686AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686AB6

Black with #686AB6

Text Example


Text Example

White with #686AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,106,182); }

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

background-color css

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

 a { background-color: rgb(104,106,182); }

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

border-color css

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

 span { border-color: rgb(104,106,182); }

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