#6571C2

Color #6571C2 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6571C2

Tints of Chetwode Blue #6571C2

Color information

#6571C2 (or 0x6571C2) is unknown color: approx Chetwode Blue. HEX triplet: 65, 71 and C2. RGB value is (101,113,194). Sum of RGB (Red+Green+Blue) = 101+113+194=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 194 - color contains mainly: blue. Hex color #6571C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6571C2 is #9A8E3D. Grayscale: #767676. Windows color (decimal): -10128958 or 12743013. OLE color: 12743013.

HSL color Cylindrical-coordinate representation of color #6571C2: hue angle of 232.26º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6571C2 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB101113194-
CMYK0.480.4200.24
HSL232.26º43.26%57.84%-
HSV(B)232.26º47.94%76.08%-
XYZ21.0118.4753.5-
YUV118.65170.52115.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.75%
GREEN value IS 113 (44.53% from 255) = 27.70%
BLUE value IS 194 (76.17% from 255) = 47.55%
R=24.75%
G=27.70%
B=47.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011131940.480.4200.24232.2643.2657.84
Hex6571C2302A018e82b3a
Octal14516130260520303505372
Binary110010111100011100001011000010101001100011101000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6571C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6571C2;
 }
 .AnyTagClassName
 {
   color: #6571C2;
 }
</style>
background-color css

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

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

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

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

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

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