Html Css Color HEX #6871AE Chetwode Blue

📋 copy color: '#6871AE'

red 104 ◦ green 113 ◦ blue 174

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

Shades of Chetwode Blue #6871AE

Tints of Chetwode Blue #6871AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 26.6%
G = 28.9%
B = 44.5%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6871AE (or 0x6871AE) is known color: Chetwode Blue. HEX triplet: 68, 71 and AE. RGB value is (104,113,174). Sum of RGB (Red+Green+Blue) = 104+113+174=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #6871AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6871AE is #978E51. Grayscale: #757575. Windows color (decimal): -9932370 or 11432296. OLE color: 11432296.

HSL color Cylindrical-coordinate representation of color #6871AE: hue angle of 232.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6871AE is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 113 174 -
CMYK 0.40 0.35 0 0.32
HSL 232.29º 0.3% 0.55% -
HSV(B) 232.29º 0.4% 0.68% -
XYZ 19.25 17.81 42.47 -
YUV 117.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 104 113 174 0.40 0.35 0 0.32 232.29 0.3 0.55
Hex 68 71 AE 28 23 0 20 E8 1E 37
Octal 150 161 256 50 43 0 40 350 36 67
Binary 1101000 1110001 10101110 101000 100011 0 100000 11101000 11110 110111

Color Harmonies of #6871AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6871AE

Black with #6871AE

Text Example


Text Example

White with #6871AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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