Html Css Color HEX #6971AB Chetwode Blue

📋 copy color: '#6971AB'

red 105 ◦ green 113 ◦ blue 171

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

Shades of Chetwode Blue #6971AB

Tints of Chetwode Blue #6971AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 26.99%
G = 29.05%
B = 43.96%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6971AB (or 0x6971AB) is known color: Chetwode Blue. HEX triplet: 69, 71 and AB. RGB value is (105,113,171). Sum of RGB (Red+Green+Blue) = 105+113+171=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #6971AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6971AB is #968E54. Grayscale: #747474. Windows color (decimal): -9866837 or 11235689. OLE color: 11235689.

HSL color Cylindrical-coordinate representation of color #6971AB: hue angle of 232.73º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6971AB is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 113 171 -
CMYK 0.39 0.34 0 0.33
HSL 232.73º 0.28% 0.54% -
HSV(B) 232.73º 0.39% 0.67% -
XYZ 19.08 17.75 40.95 -
YUV 117.22 158.35 119.28 -
System Red Green Blue C M Y K H S L
Decimal 105 113 171 0.39 0.34 0 0.33 232.73 0.28 0.54
Hex 69 71 AB 27 22 0 21 E9 1C 36
Octal 151 161 253 47 42 0 41 351 34 66
Binary 1101001 1110001 10101011 100111 100010 0 100001 11101001 11100 110110

Color Harmonies of #6971AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6971AB

Black with #6971AB

Text Example


Text Example

White with #6971AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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