Html Css Color HEX #6A72AD Chetwode Blue

📋 copy color: '#6A72AD'

red 106 ◦ green 114 ◦ blue 173

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

Shades of Chetwode Blue #6A72AD

Tints of Chetwode Blue #6A72AD

RGB

 RED value IS 106 (41.8% from 255) = 26.97%

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

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

R = 26.97%
G = 29.01%
B = 44.02%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A72AD (or 0x6A72AD) is known color: Chetwode Blue. HEX triplet: 6A, 72 and AD. RGB value is (106,114,173). Sum of RGB (Red+Green+Blue) = 106+114+173=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A72AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A72AD is #958D52. Grayscale: #767676. Windows color (decimal): -9801043 or 11367018. OLE color: 11367018.

HSL color Cylindrical-coordinate representation of color #6A72AD: hue angle of 232.84º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A72AD is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 114 173 -
CMYK 0.39 0.34 0 0.32
HSL 232.84º 0.29% 0.55% -
HSV(B) 232.84º 0.39% 0.68% -
XYZ 19.5 18.12 42 -
YUV 118.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 106 114 173 0.39 0.34 0 0.32 232.84 0.29 0.55
Hex 6A 72 AD 27 22 0 20 E9 1D 37
Octal 152 162 255 47 42 0 40 351 35 67
Binary 1101010 1110010 10101101 100111 100010 0 100000 11101001 11101 110111

Color Harmonies of #6A72AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A72AD

Black with #6A72AD

Text Example


Text Example

White with #6A72AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,114,173); }

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

background-color css

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

 a { background-color: rgb(106,114,173); }

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

border-color css

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

 span { border-color: rgb(106,114,173); }

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