Html Css Color HEX #6571AF Chetwode Blue

📋 copy color: '#6571AF'

red 101 ◦ green 113 ◦ blue 175

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

Shades of Chetwode Blue #6571AF

Tints of Chetwode Blue #6571AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 25.96%
G = 29.05%
B = 44.99%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6571AF (or 0x6571AF) is known color: Chetwode Blue. HEX triplet: 65, 71 and AF. RGB value is (101,113,175). Sum of RGB (Red+Green+Blue) = 101+113+175=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #6571AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6571AF is #9A8E50. Grayscale: #747474. Windows color (decimal): -10128977 or 11497829. OLE color: 11497829.

HSL color Cylindrical-coordinate representation of color #6571AF: hue angle of 230.27º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6571AF is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 113 175 -
CMYK 0.42 0.35 0 0.31
HSL 230.27º 0.32% 0.54% -
HSV(B) 230.27º 0.42% 0.69% -
XYZ 19.01 17.67 42.97 -
YUV 116.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 101 113 175 0.42 0.35 0 0.31 230.27 0.32 0.54
Hex 65 71 AF 2A 23 0 1F E6 20 36
Octal 145 161 257 52 43 0 37 346 40 66
Binary 1100101 1110001 10101111 101010 100011 0 11111 11100110 100000 110110

Color Harmonies of #6571AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6571AF

Black with #6571AF

Text Example


Text Example

White with #6571AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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