Html Css Color HEX #6871AA Chetwode Blue

📋 copy color: '#6871AA'

red 104 ◦ green 113 ◦ blue 170

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

Shades of Chetwode Blue #6871AA

Tints of Chetwode Blue #6871AA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 26.87%
G = 29.2%
B = 43.93%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6871AA (or 0x6871AA) is known color: Chetwode Blue. HEX triplet: 68, 71 and AA. RGB value is (104,113,170). Sum of RGB (Red+Green+Blue) = 104+113+170=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #6871AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6871AA is #978E55. Grayscale: #747474. Windows color (decimal): -9932374 or 11170152. OLE color: 11170152.

HSL color Cylindrical-coordinate representation of color #6871AA: hue angle of 231.82º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6871AA is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 113 170 -
CMYK 0.39 0.34 0 0.33
HSL 231.82º 0.28% 0.54% -
HSV(B) 231.82º 0.39% 0.67% -
XYZ 18.87 17.66 40.44 -
YUV 116.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 104 113 170 0.39 0.34 0 0.33 231.82 0.28 0.54
Hex 68 71 AA 27 22 0 21 E8 1C 36
Octal 150 161 252 47 42 0 41 350 34 66
Binary 1101000 1110001 10101010 100111 100010 0 100001 11101000 11100 110110

Color Harmonies of #6871AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6871AA

Black with #6871AA

Text Example


Text Example

White with #6871AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6871AA; }

 p { color: rgb(104,113,170); }

 H1.HeaderClassName
 {
   color: #6871AA;
 }
 .AnyTagClassName
 {
   color: #6871AA;
 }
</style>

background-color css

<style>
 a { background-color: #6871AA; }

 a { background-color: rgb(104,113,170); }

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

border-color css

<style>
 span { border-color: #6871AA; }

 span { border-color: rgb(104,113,170); }

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