Html Css Color HEX #6972AD Chetwode Blue

📋 copy color: '#6972AD'

red 105 ◦ green 114 ◦ blue 173

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

Shades of Chetwode Blue #6972AD

Tints of Chetwode Blue #6972AD

RGB

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

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

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

R = 26.79%
G = 29.08%
B = 44.13%

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

#6972AD (or 0x6972AD) is known color: Chetwode Blue. HEX triplet: 69, 72 and AD. RGB value is (105,114,173). Sum of RGB (Red+Green+Blue) = 105+114+173=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #6972AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6972AD is #968D52. Grayscale: #757575. Windows color (decimal): -9866579 or 11367017. OLE color: 11367017.

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

Color convert

RGB 105 114 173 -
CMYK 0.39 0.34 0 0.32
HSL 232.06º 0.29% 0.55% -
HSV(B) 232.06º 0.39% 0.68% -
XYZ 19.39 18.06 42 -
YUV 118.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 105 114 173 0.39 0.34 0 0.32 232.06 0.29 0.55
Hex 69 72 AD 27 22 0 20 E8 1D 37
Octal 151 162 255 47 42 0 40 350 35 67
Binary 1101001 1110010 10101101 100111 100010 0 100000 11101000 11101 110111

Color Harmonies of #6972AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6972AD

Black with #6972AD

Text Example


Text Example

White with #6972AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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