#6366AB

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

Shades of Chetwode Blue #6366AB

Tints of Chetwode Blue #6366AB

Color information

#6366AB (or 0x6366AB) is unknown color: approx Chetwode Blue. HEX triplet: 63, 66 and AB. RGB value is (99,102,171). Sum of RGB (Red+Green+Blue) = 99+102+171=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #6366AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6366AB is #9C9954. Grayscale: #6C6C6C. Windows color (decimal): -10262869 or 11232867. OLE color: 11232867.

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

Color convert

RGB99102171-
CMYK0.420.4000.33
HSL237.5º30%52.94%-
HSV(B)237.5º42.11%67.06%-
XYZ17.2515.140.53-
YUV108.97163.01120.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.61%
GREEN value IS 102 (40.23% from 255) = 27.42%
BLUE value IS 171 (67.19% from 255) = 45.97%
R=26.61%
G=27.42%
B=45.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991021710.420.4000.33237.53052.94
Hex6366AB2A28021ee1e35
Octal14314625352500413563665
Binary110001111001101010101110101010100001000011110111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6366AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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