#63699D

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

Shades of Chetwode Blue #63699D

Tints of Chetwode Blue #63699D

Color information

#63699D (or 0x63699D) is unknown color: approx Chetwode Blue. HEX triplet: 63, 69 and 9D. RGB value is (99,105,157). Sum of RGB (Red+Green+Blue) = 99+105+157=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #63699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63699D is #9C9662. Grayscale: #6C6C6C. Windows color (decimal): -10262115 or 10316131. OLE color: 10316131.

HSL color Cylindrical-coordinate representation of color #63699D: hue angle of 233.79º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63699D is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99105157-
CMYK0.370.3300.38
HSL233.79º22.83%50.2%-
HSV(B)233.79º36.94%61.57%-
XYZ16.2815.1933.97-
YUV109.13155.01120.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.42%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=27.42%
G=29.09%
B=43.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991051570.370.3300.38233.7922.8350.2
Hex63699D2521026ea1732
Octal14315123545410463522762
Binary110001111010011001110110010110000101001101110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63699D; }

 p { color: rgb(99,105,157); }

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

<style>
 a { background-color: #63699D; }

 a { background-color: rgb(99,105,157); }

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

<style>
 span { border-color: #63699D; }

 span { border-color: rgb(99,105,157); }

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