Html Css Color HEX #6A72AE Chetwode Blue

📋 copy color: '#6A72AE'

red 106 ◦ green 114 ◦ blue 174

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

Shades of Chetwode Blue #6A72AE

Tints of Chetwode Blue #6A72AE

RGB

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

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

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

R = 26.9%
G = 28.93%
B = 44.16%

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

#6A72AE (or 0x6A72AE) is known color: Chetwode Blue. HEX triplet: 6A, 72 and AE. RGB value is (106,114,174). Sum of RGB (Red+Green+Blue) = 106+114+174=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A72AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A72AE is #958D51. Grayscale: #767676. Windows color (decimal): -9801042 or 11432554. OLE color: 11432554.

HSL color Cylindrical-coordinate representation of color #6A72AE: hue angle of 232.94º degrees, saturation: 0.3, 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 #6A72AE is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 114 174 -
CMYK 0.39 0.34 0 0.32
HSL 232.94º 0.3% 0.55% -
HSV(B) 232.94º 0.39% 0.68% -
XYZ 19.6 18.15 42.52 -
YUV 118.45 159.35 119.12 -
System Red Green Blue C M Y K H S L
Decimal 106 114 174 0.39 0.34 0 0.32 232.94 0.3 0.55
Hex 6A 72 AE 27 22 0 20 E9 1E 37
Octal 152 162 256 47 42 0 40 351 36 67
Binary 1101010 1110010 10101110 100111 100010 0 100000 11101001 11110 110111

Color Harmonies of #6A72AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A72AE

Black with #6A72AE

Text Example


Text Example

White with #6A72AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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