#6271AB

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

Shades of Chetwode Blue #6271AB

Tints of Chetwode Blue #6271AB

Color information

#6271AB (or 0x6271AB) is unknown color: approx Chetwode Blue. HEX triplet: 62, 71 and AB. RGB value is (98,113,171). Sum of RGB (Red+Green+Blue) = 98+113+171=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #6271AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6271AB is #9D8E54. Grayscale: #727272. Windows color (decimal): -10325589 or 11235682. OLE color: 11235682.

HSL color Cylindrical-coordinate representation of color #6271AB: hue angle of 227.67º degrees, saturation: 0.3, 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 #6271AB is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98113171-
CMYK0.430.3400.33
HSL227.67º30.29%52.75%-
HSV(B)227.67º42.69%67.06%-
XYZ18.2917.3540.91-
YUV115.13159.53115.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.65%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=25.65%
G=29.58%
B=44.76%

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
Decimal981131710.430.3400.33227.6730.2952.75
Hex6271AB2B22021e41e35
Octal14216125353420413443665
Binary110001011100011010101110101110001001000011110010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6271AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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