#6276AB

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

Shades of Chetwode Blue #6276AB

Tints of Chetwode Blue #6276AB

Color information

#6276AB (or 0x6276AB) is unknown color: approx Chetwode Blue. HEX triplet: 62, 76 and AB. RGB value is (98,118,171). Sum of RGB (Red+Green+Blue) = 98+118+171=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #6276AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6276AB is #9D8954. Grayscale: #757575. Windows color (decimal): -10324309 or 11236962. OLE color: 11236962.

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

Color convert

RGB98118171-
CMYK0.430.3100.33
HSL223.56º30.29%52.75%-
HSV(B)223.56º42.69%67.06%-
XYZ18.8718.4941.1-
YUV118.06157.87113.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.32%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=25.32%
G=30.49%
B=44.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981181710.430.3100.33223.5630.2952.75
Hex6276AB2B1F021e01e35
Octal14216625353370413403665
Binary11000101110110101010111010111111101000011110000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6276AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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