Html Css Color HEX #6D72AB Chetwode Blue

📋 copy color: '#6D72AB'

red 109 ◦ green 114 ◦ blue 171

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

Shades of Chetwode Blue #6D72AB

Tints of Chetwode Blue #6D72AB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.93%

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

R = 27.66%
G = 28.93%
B = 43.4%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D72AB (or 0x6D72AB) is known color: Chetwode Blue. HEX triplet: 6D, 72 and AB. RGB value is (109,114,171). Sum of RGB (Red+Green+Blue) = 109+114+171=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D72AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D72AB is #928D54. Grayscale: #767676. Windows color (decimal): -9604437 or 11235949. OLE color: 11235949.

HSL color Cylindrical-coordinate representation of color #6D72AB: hue angle of 235.16º 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 #6D72AB is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 114 171 -
CMYK 0.36 0.33 0 0.33
HSL 235.16º 0.27% 0.55% -
HSV(B) 235.16º 0.36% 0.67% -
XYZ 19.67 18.23 41.01 -
YUV 119 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 109 114 171 0.36 0.33 0 0.33 235.16 0.27 0.55
Hex 6D 72 AB 24 21 0 21 EB 1B 37
Octal 155 162 253 44 41 0 41 353 33 67
Binary 1101101 1110010 10101011 100100 100001 0 100001 11101011 11011 110111

Color Harmonies of #6D72AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D72AB

Black with #6D72AB

Text Example


Text Example

White with #6D72AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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