#6366AA

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

Shades of Chetwode Blue #6366AA

Tints of Chetwode Blue #6366AA

Color information

#6366AA (or 0x6366AA) is unknown color: approx Chetwode Blue. HEX triplet: 63, 66 and AA. RGB value is (99,102,170). Sum of RGB (Red+Green+Blue) = 99+102+170=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #6366AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6366AA is #9C9955. Grayscale: #6C6C6C. Windows color (decimal): -10262870 or 11167331. OLE color: 11167331.

HSL color Cylindrical-coordinate representation of color #6366AA: hue angle of 237.46º degrees, saturation: 0.29, 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 #6366AA is Cyan = 0.42, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB99102170-
CMYK0.420.400.33
HSL237.46º29.46%52.75%-
HSV(B)237.46º41.76%66.67%-
XYZ17.1515.0640.03-
YUV108.85162.51120.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=26.68%
G=27.49%
B=45.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991021700.420.400.33237.4629.4652.75
Hex6366AA2A28021ed1d35
Octal14314625252500413553565
Binary110001111001101010101010101010100001000011110110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6366AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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