Html Css Color HEX #686AAF Chetwode Blue

📋 copy color: '#686AAF'

red 104 ◦ green 106 ◦ blue 175

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

Shades of Chetwode Blue #686AAF

Tints of Chetwode Blue #686AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.45%

R = 27.01%
G = 27.53%
B = 45.45%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#686AAF (or 0x686AAF) is known color: Chetwode Blue. HEX triplet: 68, 6A and AF. RGB value is (104,106,175). Sum of RGB (Red+Green+Blue) = 104+106+175=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #686AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686AAF is #979550. Grayscale: #707070. Windows color (decimal): -9934161 or 11496040. OLE color: 11496040.

HSL color Cylindrical-coordinate representation of color #686AAF: hue angle of 238.31º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #686AAF is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 106 175 -
CMYK 0.41 0.39 0 0.31
HSL 238.31º 0.31% 0.55% -
HSV(B) 238.31º 0.41% 0.69% -
XYZ 18.6 16.35 42.73 -
YUV 113.27 162.84 121.39 -
System Red Green Blue C M Y K H S L
Decimal 104 106 175 0.41 0.39 0 0.31 238.31 0.31 0.55
Hex 68 6A AF 29 27 0 1F EE 1F 37
Octal 150 152 257 51 47 0 37 356 37 67
Binary 1101000 1101010 10101111 101001 100111 0 11111 11101110 11111 110111

Color Harmonies of #686AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686AAF

Black with #686AAF

Text Example


Text Example

White with #686AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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