Html Css Color HEX #6971AD Chetwode Blue

📋 copy color: '#6971AD'

red 105 ◦ green 113 ◦ blue 173

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

Shades of Chetwode Blue #6971AD

Tints of Chetwode Blue #6971AD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

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

R = 26.85%
G = 28.9%
B = 44.25%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6971AD (or 0x6971AD) is known color: Chetwode Blue. HEX triplet: 69, 71 and AD. RGB value is (105,113,173). Sum of RGB (Red+Green+Blue) = 105+113+173=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #6971AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6971AD is #968E52. Grayscale: #757575. Windows color (decimal): -9866835 or 11366761. OLE color: 11366761.

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

Color convert

RGB 105 113 173 -
CMYK 0.39 0.35 0 0.32
HSL 232.94º 0.29% 0.55% -
HSV(B) 232.94º 0.39% 0.68% -
XYZ 19.27 17.83 41.96 -
YUV 117.45 159.35 119.12 -
System Red Green Blue C M Y K H S L
Decimal 105 113 173 0.39 0.35 0 0.32 232.94 0.29 0.55
Hex 69 71 AD 27 23 0 20 E9 1D 37
Octal 151 161 255 47 43 0 40 351 35 67
Binary 1101001 1110001 10101101 100111 100011 0 100000 11101001 11101 110111

Color Harmonies of #6971AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6971AD

Black with #6971AD

Text Example


Text Example

White with #6971AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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