#638088

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

Shades of Hoki #638088

Tints of Hoki #638088

Color information

#638088 (or 0x638088) is unknown color: approx Hoki. HEX triplet: 63, 80 and 88. RGB value is (99,128,136). Sum of RGB (Red+Green+Blue) = 99+128+136=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 136 - color contains mainly: blue. Hex color #638088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638088 is #9C7F77. Grayscale: #787878. Windows color (decimal): -10256248 or 8945763. OLE color: 8945763.

HSL color Cylindrical-coordinate representation of color #638088: hue angle of 192.97º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #638088 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB99128136-
CMYK0.270.0600.47
HSL192.97º15.74%46.08%-
HSV(B)192.97º27.21%53.33%-
XYZ17.3119.8726.22-
YUV120.24136.89112.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.27%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 136 (53.52% from 255) = 37.47%
R=27.27%
G=35.26%
B=37.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991281360.270.0600.47192.9715.7446.08
Hex6380881B602Fc1102e
Octal1432002103360573012056
Binary110001110000000100010001101111001011111100000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638088; }

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

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

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

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

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

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

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

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