#636AA0

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

Shades of Chetwode Blue #636AA0

Tints of Chetwode Blue #636AA0

Color information

#636AA0 (or 0x636AA0) is unknown color: approx Chetwode Blue. HEX triplet: 63, 6A and A0. RGB value is (99,106,160). Sum of RGB (Red+Green+Blue) = 99+106+160=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 160 - color contains mainly: blue. Hex color #636AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636AA0 is #9C955F. Grayscale: #6D6D6D. Windows color (decimal): -10261856 or 10512995. OLE color: 10512995.

HSL color Cylindrical-coordinate representation of color #636AA0: hue angle of 233.11º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #636AA0 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB99106160-
CMYK0.380.3400.37
HSL233.11º24.3%50.78%-
HSV(B)233.11º38.12%62.75%-
XYZ16.6415.535.37-
YUV110.06156.18120.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.12%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 160 (62.89% from 255) = 43.84%
R=27.12%
G=29.04%
B=43.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal991061600.380.3400.37233.1124.350.78
Hex636AA02622025e91833
Octal14315224046420453513063
Binary110001111010101010000010011010001001001011110100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636AA0; }

 p { color: rgb(99,106,160); }

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

<style>
 a { background-color: #636AA0; }

 a { background-color: rgb(99,106,160); }

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

<style>
 span { border-color: #636AA0; }

 span { border-color: rgb(99,106,160); }

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