#6276BB

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

Shades of Chetwode Blue #6276BB

Tints of Chetwode Blue #6276BB

Color information

#6276BB (or 0x6276BB) is unknown color: approx Chetwode Blue. HEX triplet: 62, 76 and BB. RGB value is (98,118,187). Sum of RGB (Red+Green+Blue) = 98+118+187=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #6276BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6276BB is #9D8944. Grayscale: #777777. Windows color (decimal): -10324293 or 12285538. OLE color: 12285538.

HSL color Cylindrical-coordinate representation of color #6276BB: hue angle of 226.52º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6276BB is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB98118187-
CMYK0.480.3700.27
HSL226.52º39.56%55.88%-
HSV(B)226.52º47.59%73.33%-
XYZ20.4919.1449.63-
YUV119.89165.87112.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.32%
GREEN value IS 118 (46.48% from 255) = 29.28%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=24.32%
G=29.28%
B=46.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981181870.480.3700.27226.5239.5655.88
Hex6276BB302501Be32838
Octal14216627360450333435070
Binary110001011101101011101111000010010101101111100011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6276BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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