Html Css Color HEX #6571AB Chetwode Blue

📋 copy color: '#6571AB'

red 101 ◦ green 113 ◦ blue 171

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

Shades of Chetwode Blue #6571AB

Tints of Chetwode Blue #6571AB

RGB

 RED value IS 101 (39.84% from 255) = 26.23%

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

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

R = 26.23%
G = 29.35%
B = 44.42%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6571AB (or 0x6571AB) is known color: Chetwode Blue. HEX triplet: 65, 71 and AB. RGB value is (101,113,171). Sum of RGB (Red+Green+Blue) = 101+113+171=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #6571AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6571AB is #9A8E54. Grayscale: #737373. Windows color (decimal): -10128981 or 11235685. OLE color: 11235685.

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

Color convert

RGB 101 113 171 -
CMYK 0.41 0.34 0 0.33
HSL 229.71º 0.29% 0.53% -
HSV(B) 229.71º 0.41% 0.67% -
XYZ 18.62 17.52 40.93 -
YUV 116.02 159.02 117.28 -
System Red Green Blue C M Y K H S L
Decimal 101 113 171 0.41 0.34 0 0.33 229.71 0.29 0.53
Hex 65 71 AB 29 22 0 21 E6 1D 35
Octal 145 161 253 51 42 0 41 346 35 65
Binary 1100101 1110001 10101011 101001 100010 0 100001 11100110 11101 110101

Color Harmonies of #6571AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6571AB

Black with #6571AB

Text Example


Text Example

White with #6571AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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