Html Css Color HEX #6D71AB Chetwode Blue

📋 copy color: '#6D71AB'

red 109 ◦ green 113 ◦ blue 171

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

Shades of Chetwode Blue #6D71AB

Tints of Chetwode Blue #6D71AB

RGB

 RED value IS 109 (42.97% from 255) = 27.74%

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 27.74%
G = 28.75%
B = 43.51%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D71AB (or 0x6D71AB) is known color: Chetwode Blue. HEX triplet: 6D, 71 and AB. RGB value is (109,113,171). Sum of RGB (Red+Green+Blue) = 109+113+171=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D71AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D71AB is #928E54. Grayscale: #767676. Windows color (decimal): -9604693 or 11235693. OLE color: 11235693.

HSL color Cylindrical-coordinate representation of color #6D71AB: hue angle of 236.13º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D71AB is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 113 171 -
CMYK 0.36 0.34 0 0.33
HSL 236.13º 0.27% 0.55% -
HSV(B) 236.13º 0.36% 0.67% -
XYZ 19.56 18 40.97 -
YUV 118.42 157.67 121.28 -
System Red Green Blue C M Y K H S L
Decimal 109 113 171 0.36 0.34 0 0.33 236.13 0.27 0.55
Hex 6D 71 AB 24 22 0 21 EC 1B 37
Octal 155 161 253 44 42 0 41 354 33 67
Binary 1101101 1110001 10101011 100100 100010 0 100001 11101100 11011 110111

Color Harmonies of #6D71AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D71AB

Black with #6D71AB

Text Example


Text Example

White with #6D71AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D71AB; }

 p { color: rgb(109,113,171); }

 H1.HeaderClassName
 {
   color: #6D71AB;
 }
 .AnyTagClassName
 {
   color: #6D71AB;
 }
</style>

background-color css

<style>
 a { background-color: #6D71AB; }

 a { background-color: rgb(109,113,171); }

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

border-color css

<style>
 span { border-color: #6D71AB; }

 span { border-color: rgb(109,113,171); }

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