#63669E

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

Shades of Rich Blue #63669E

Tints of Rich Blue #63669E

Color information

#63669E (or 0x63669E) is unknown color: approx Rich Blue. HEX triplet: 63, 66 and 9E. RGB value is (99,102,158). Sum of RGB (Red+Green+Blue) = 99+102+158=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #63669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63669E is #9C9961. Grayscale: #6B6B6B. Windows color (decimal): -10262882 or 10380899. OLE color: 10380899.

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

Color convert

RGB99102158-
CMYK0.370.3500.38
HSL236.95º23.32%50.39%-
HSV(B)236.95º37.34%61.96%-
XYZ16.0714.6234.32-
YUV107.49156.51121.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.58%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 158 (62.11% from 255) = 44.01%
R=27.58%
G=28.41%
B=44.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991021580.370.3500.38236.9523.3250.39
Hex63669E2523026ed1732
Octal14314623645430463552762
Binary110001111001101001111010010110001101001101110110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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