#638096

Color #638096 Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #638096

Tints of Lynch #638096

Color information

#638096 (or 0x638096) is unknown color: approx Lynch. HEX triplet: 63, 80 and 96. RGB value is (99,128,150). Sum of RGB (Red+Green+Blue) = 99+128+150=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 150 - color contains mainly: blue. Hex color #638096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638096 is #9C7F69. Grayscale: #797979. Windows color (decimal): -10256234 or 9863267. OLE color: 9863267.

HSL color Cylindrical-coordinate representation of color #638096: hue angle of 205.88º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #638096 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB99128150-
CMYK0.340.1500.41
HSL205.88º20.48%48.82%-
HSV(B)205.88º34%58.82%-
XYZ18.3720.2931.8-
YUV121.84143.89111.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.26%
GREEN value IS 128 (50.39% from 255) = 33.95%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=26.26%
G=33.95%
B=39.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991281500.340.1500.41205.8820.4848.82
Hex63809622F029ce1431
Octal14320022642170513162461
Binary11000111000000010010110100010111101010011100111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638096; }

 p { color: rgb(99,128,150); }

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

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

 a { background-color: rgb(99,128,150); }

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

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

 span { border-color: rgb(99,128,150); }

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