Html Css Color HEX #6571BF Chetwode Blue

📋 copy color: '#6571BF'

red 101 ◦ green 113 ◦ blue 191

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

Shades of Chetwode Blue #6571BF

Tints of Chetwode Blue #6571BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.16%

R = 24.94%
G = 27.9%
B = 47.16%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6571BF (or 0x6571BF) is known color: Chetwode Blue. HEX triplet: 65, 71 and BF. RGB value is (101,113,191). Sum of RGB (Red+Green+Blue) = 101+113+191=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #6571BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6571BF is #9A8E40. Grayscale: #757575. Windows color (decimal): -10128961 or 12546405. OLE color: 12546405.

HSL color Cylindrical-coordinate representation of color #6571BF: hue angle of 232º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6571BF is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 113 191 -
CMYK 0.47 0.41 0 0.25
HSL 232º 0.41% 0.57% -
HSV(B) 232º 0.47% 0.75% -
XYZ 20.68 18.34 51.74 -
YUV 118.3 169.02 115.66 -
System Red Green Blue C M Y K H S L
Decimal 101 113 191 0.47 0.41 0 0.25 232 0.41 0.57
Hex 65 71 BF 2F 29 0 19 E8 29 39
Octal 145 161 277 57 51 0 31 350 51 71
Binary 1100101 1110001 10111111 101111 101001 0 11001 11101000 101001 111001

Color Harmonies of #6571BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6571BF

Black with #6571BF

Text Example


Text Example

White with #6571BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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