#6266AB

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

Shades of Chetwode Blue #6266AB

Tints of Chetwode Blue #6266AB

Color information

#6266AB (or 0x6266AB) is unknown color: approx Chetwode Blue. HEX triplet: 62, 66 and AB. RGB value is (98,102,171). Sum of RGB (Red+Green+Blue) = 98+102+171=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #6266AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6266AB is #9D9954. Grayscale: #6C6C6C. Windows color (decimal): -10328405 or 11232866. OLE color: 11232866.

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

Color convert

RGB98102171-
CMYK0.430.4000.33
HSL236.71º30.29%52.75%-
HSV(B)236.71º42.69%67.06%-
XYZ17.1415.0440.53-
YUV108.67163.17120.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=26.42%
G=27.49%
B=46.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981021710.430.4000.33236.7130.2952.75
Hex6266AB2B28021ed1e35
Octal14214625353500413553665
Binary110001011001101010101110101110100001000011110110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6266AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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