Html Css Color HEX #6973AE Chetwode Blue

📋 copy color: '#6973AE'

red 105 ◦ green 115 ◦ blue 174

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

Shades of Chetwode Blue #6973AE

Tints of Chetwode Blue #6973AE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.19%

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

R = 26.65%
G = 29.19%
B = 44.16%

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

#6973AE (or 0x6973AE) is known color: Chetwode Blue. HEX triplet: 69, 73 and AE. RGB value is (105,115,174). Sum of RGB (Red+Green+Blue) = 105+115+174=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 115 (45.31% from 255 or 29.19% 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 #6973AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6973AE is #968C51. Grayscale: #767676. Windows color (decimal): -9866322 or 11432809. OLE color: 11432809.

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

Color convert

RGB 105 115 174 -
CMYK 0.40 0.34 0 0.32
HSL 231.3º 0.3% 0.55% -
HSV(B) 231.3º 0.4% 0.68% -
XYZ 19.6 18.32 42.55 -
YUV 118.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 105 115 174 0.40 0.34 0 0.32 231.3 0.3 0.55
Hex 69 73 AE 28 22 0 20 E7 1E 37
Octal 151 163 256 50 42 0 40 347 36 67
Binary 1101001 1110011 10101110 101000 100010 0 100000 11100111 11110 110111

Color Harmonies of #6973AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6973AE

Black with #6973AE

Text Example


Text Example

White with #6973AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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