Html Css Color HEX #686AB8 Chetwode Blue

📋 copy color: '#686AB8'

red 104 ◦ green 106 ◦ blue 184

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

Shades of Chetwode Blue #686AB8

Tints of Chetwode Blue #686AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.7%

R = 26.4%
G = 26.9%
B = 46.7%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#686AB8 (or 0x686AB8) is known color: Chetwode Blue. HEX triplet: 68, 6A and B8. RGB value is (104,106,184). Sum of RGB (Red+Green+Blue) = 104+106+184=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 184 (72.27% from 255 or 46.70% from 394); Max value from RGB is 184 - color contains mainly: blue. Hex color #686AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AB8 is #979547. Grayscale: #717171. Windows color (decimal): -9934152 or 12085864. OLE color: 12085864.

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

Color convert

RGB 104 106 184 -
CMYK 0.43 0.42 0 0.28
HSL 238.5º 0.36% 0.56% -
HSV(B) 238.5º 0.43% 0.72% -
XYZ 19.51 16.71 47.54 -
YUV 114.29 167.34 120.66 -
System Red Green Blue C M Y K H S L
Decimal 104 106 184 0.43 0.42 0 0.28 238.5 0.36 0.56
Hex 68 6A B8 2B 2A 0 1C EE 24 38
Octal 150 152 270 53 52 0 34 356 44 70
Binary 1101000 1101010 10111000 101011 101010 0 11100 11101110 100100 111000

Color Harmonies of #686AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686AB8

Black with #686AB8

Text Example


Text Example

White with #686AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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