#6271AC

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

Shades of Chetwode Blue #6271AC

Tints of Chetwode Blue #6271AC

Color information

#6271AC (or 0x6271AC) is unknown color: approx Chetwode Blue. HEX triplet: 62, 71 and AC. RGB value is (98,113,172). Sum of RGB (Red+Green+Blue) = 98+113+172=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #6271AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6271AC is #9D8E53. Grayscale: #727272. Windows color (decimal): -10325588 or 11301218. OLE color: 11301218.

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

Color convert

RGB98113172-
CMYK0.430.3400.33
HSL227.84º30.83%52.94%-
HSV(B)227.84º43.02%67.45%-
XYZ18.3917.3941.42-
YUV115.24160.03115.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.59%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=25.59%
G=29.50%
B=44.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981131720.430.3400.33227.8430.8352.94
Hex6271AC2B22021e41f35
Octal14216125453420413443765
Binary110001011100011010110010101110001001000011110010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6271AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6271AC; }

 p { color: rgb(98,113,172); }

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

<style>
 a { background-color: #6271AC; }

 a { background-color: rgb(98,113,172); }

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

<style>
 span { border-color: #6271AC; }

 span { border-color: rgb(98,113,172); }

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