Html Css Color HEX #686AB3 Chetwode Blue

📋 copy color: '#686AB3'

red 104 ◦ green 106 ◦ blue 179

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

Shades of Chetwode Blue #686AB3

Tints of Chetwode Blue #686AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.02%

R = 26.74%
G = 27.25%
B = 46.02%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#686AB3 (or 0x686AB3) is known color: Chetwode Blue. HEX triplet: 68, 6A and B3. RGB value is (104,106,179). Sum of RGB (Red+Green+Blue) = 104+106+179=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #686AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AB3 is #97954C. Grayscale: #717171. Windows color (decimal): -9934157 or 11758184. OLE color: 11758184.

HSL color Cylindrical-coordinate representation of color #686AB3: hue angle of 238.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #686AB3 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 106 179 -
CMYK 0.42 0.41 0 0.30
HSL 238.4º 0.33% 0.55% -
HSV(B) 238.4º 0.42% 0.7% -
XYZ 19 16.51 44.83 -
YUV 113.72 164.84 121.06 -
System Red Green Blue C M Y K H S L
Decimal 104 106 179 0.42 0.41 0 0.30 238.4 0.33 0.55
Hex 68 6A B3 2A 29 0 1E EE 21 37
Octal 150 152 263 52 51 0 36 356 41 67
Binary 1101000 1101010 10110011 101010 101001 0 11110 11101110 100001 110111

Color Harmonies of #686AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686AB3

Black with #686AB3

Text Example


Text Example

White with #686AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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