Html Css Color HEX #6972AE Chetwode Blue

📋 copy color: '#6972AE'

red 105 ◦ green 114 ◦ blue 174

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

Shades of Chetwode Blue #6972AE

Tints of Chetwode Blue #6972AE

RGB

 RED value IS 105 (41.41% from 255) = 26.72%

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

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

R = 26.72%
G = 29.01%
B = 44.27%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6972AE (or 0x6972AE) is known color: Chetwode Blue. HEX triplet: 69, 72 and AE. RGB value is (105,114,174). Sum of RGB (Red+Green+Blue) = 105+114+174=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #6972AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6972AE is #968D51. Grayscale: #757575. Windows color (decimal): -9866578 or 11432553. OLE color: 11432553.

HSL color Cylindrical-coordinate representation of color #6972AE: hue angle of 232.17º 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 #6972AE is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 114 174 -
CMYK 0.40 0.34 0 0.32
HSL 232.17º 0.3% 0.55% -
HSV(B) 232.17º 0.4% 0.68% -
XYZ 19.48 18.09 42.51 -
YUV 118.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 105 114 174 0.40 0.34 0 0.32 232.17 0.3 0.55
Hex 69 72 AE 28 22 0 20 E8 1E 37
Octal 151 162 256 50 42 0 40 350 36 67
Binary 1101001 1110010 10101110 101000 100010 0 100000 11101000 11110 110111

Color Harmonies of #6972AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6972AE

Black with #6972AE

Text Example


Text Example

White with #6972AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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