#6277AA

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

Shades of Chetwode Blue #6277AA

Tints of Chetwode Blue #6277AA

Color information

#6277AA (or 0x6277AA) is unknown color: approx Chetwode Blue. HEX triplet: 62, 77 and AA. RGB value is (98,119,170). Sum of RGB (Red+Green+Blue) = 98+119+170=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #6277AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6277AA is #9D8855. Grayscale: #767676. Windows color (decimal): -10324054 or 11171682. OLE color: 11171682.

HSL color Cylindrical-coordinate representation of color #6277AA: hue angle of 222.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6277AA is Cyan = 0.42, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98119170-
CMYK0.420.300.33
HSL222.5º29.75%52.55%-
HSV(B)222.5º42.35%66.67%-
XYZ18.8918.6940.64-
YUV118.54157.04113.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.32%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=25.32%
G=30.75%
B=43.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981191700.420.300.33222.529.7552.55
Hex6277AA2A1E021de1e35
Octal14216725252360413363665
Binary11000101110111101010101010101111001000011101111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6277AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6277AA; }

 p { color: rgb(98,119,170); }

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

<style>
 a { background-color: #6277AA; }

 a { background-color: rgb(98,119,170); }

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

<style>
 span { border-color: #6277AA; }

 span { border-color: rgb(98,119,170); }

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