#63699E

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

Shades of Chetwode Blue #63699E

Tints of Chetwode Blue #63699E

Color information

#63699E (or 0x63699E) is unknown color: approx Chetwode Blue. HEX triplet: 63, 69 and 9E. RGB value is (99,105,158). Sum of RGB (Red+Green+Blue) = 99+105+158=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #63699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63699E is #9C9661. Grayscale: #6D6D6D. Windows color (decimal): -10262114 or 10381667. OLE color: 10381667.

HSL color Cylindrical-coordinate representation of color #63699E: hue angle of 233.9º 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 #63699E is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99105158-
CMYK0.370.3400.38
HSL233.9º23.32%50.39%-
HSV(B)233.9º37.34%61.96%-
XYZ16.3715.2234.42-
YUV109.25155.51120.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.35%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 158 (62.11% from 255) = 43.65%
R=27.35%
G=29.01%
B=43.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991051580.370.3400.38233.923.3250.39
Hex63699E2522026ea1732
Octal14315123645420463522762
Binary110001111010011001111010010110001001001101110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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