#6274AB

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

Shades of Chetwode Blue #6274AB

Tints of Chetwode Blue #6274AB

Color information

#6274AB (or 0x6274AB) is unknown color: approx Chetwode Blue. HEX triplet: 62, 74 and AB. RGB value is (98,116,171). Sum of RGB (Red+Green+Blue) = 98+116+171=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #6274AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6274AB is #9D8B54. Grayscale: #747474. Windows color (decimal): -10324821 or 11236450. OLE color: 11236450.

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

Color convert

RGB98116171-
CMYK0.430.3200.33
HSL225.21º30.29%52.75%-
HSV(B)225.21º42.69%67.06%-
XYZ18.6318.0341.03-
YUV116.89158.54114.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.45%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=25.45%
G=30.13%
B=44.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981161710.430.3200.33225.2130.2952.75
Hex6274AB2B20021e11e35
Octal14216425353400413413665
Binary110001011101001010101110101110000001000011110000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6274AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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