#6271D1

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

Shades of Chetwode Blue #6271D1

Tints of Chetwode Blue #6271D1

Color information

#6271D1 (or 0x6271D1) is unknown color: approx Chetwode Blue. HEX triplet: 62, 71 and D1. RGB value is (98,113,209). Sum of RGB (Red+Green+Blue) = 98+113+209=420 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.33% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #6271D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6271D1 is #9D8E2E. Grayscale: #777777. Windows color (decimal): -10325551 or 13726050. OLE color: 13726050.

HSL color Cylindrical-coordinate representation of color #6271D1: hue angle of 231.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6271D1 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB98113209-
CMYK0.530.4600.18
HSL231.89º54.68%60.2%-
HSV(B)231.89º53.11%81.96%-
XYZ22.4519.0162.81-
YUV119.46178.53112.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.33%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 209 (82.03% from 255) = 49.76%
R=23.33%
G=26.90%
B=49.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal981132090.530.4600.18231.8954.6860.2
Hex6271D1352E012e8373c
Octal14216132165560223506774
Binary110001011100011101000111010110111001001011101000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6271D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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