Html Css Color HEX #6866AD Chetwode Blue

📋 copy color: '#6866AD'

red 104 ◦ green 102 ◦ blue 173

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

Shades of Chetwode Blue #6866AD

Tints of Chetwode Blue #6866AD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.91%

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 27.44%
G = 26.91%
B = 45.65%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6866AD (or 0x6866AD) is known color: Chetwode Blue. HEX triplet: 68, 66 and AD. RGB value is (104,102,173). Sum of RGB (Red+Green+Blue) = 104+102+173=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #6866AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6866AD is #979952. Grayscale: #6E6E6E. Windows color (decimal): -9935187 or 11363944. OLE color: 11363944.

HSL color Cylindrical-coordinate representation of color #6866AD: hue angle of 241.69º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6866AD is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 102 173 -
CMYK 0.40 0.41 0 0.32
HSL 241.69º 0.3% 0.54% -
HSV(B) 241.69º 0.41% 0.68% -
XYZ 18 15.46 41.57 -
YUV 110.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 104 102 173 0.40 0.41 0 0.32 241.69 0.3 0.54
Hex 68 66 AD 28 29 0 20 F2 1E 36
Octal 150 146 255 50 51 0 40 362 36 66
Binary 1101000 1100110 10101101 101000 101001 0 100000 11110010 11110 110110

Color Harmonies of #6866AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6866AD

Black with #6866AD

Text Example


Text Example

White with #6866AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6866AD; }

 p { color: rgb(104,102,173); }

 H1.HeaderClassName
 {
   color: #6866AD;
 }
 .AnyTagClassName
 {
   color: #6866AD;
 }
</style>

background-color css

<style>
 a { background-color: #6866AD; }

 a { background-color: rgb(104,102,173); }

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

border-color css

<style>
 span { border-color: #6866AD; }

 span { border-color: rgb(104,102,173); }

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