#638188

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

Shades of Hoki #638188

Tints of Hoki #638188

Color information

#638188 (or 0x638188) is unknown color: approx Hoki. HEX triplet: 63, 81 and 88. RGB value is (99,129,136). Sum of RGB (Red+Green+Blue) = 99+129+136=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 136 - color contains mainly: blue. Hex color #638188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638188 is #9C7E77. Grayscale: #787878. Windows color (decimal): -10255992 or 8946019. OLE color: 8946019.

HSL color Cylindrical-coordinate representation of color #638188: hue angle of 191.35º 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 #638188 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB99129136-
CMYK0.270.0500.47
HSL191.35º15.74%46.08%-
HSV(B)191.35º27.21%53.33%-
XYZ17.4420.1326.26-
YUV120.83136.56112.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.20%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 136 (53.52% from 255) = 37.36%
R=27.20%
G=35.44%
B=37.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991291360.270.0500.47191.3515.7446.08
Hex6381881B502Fbf102e
Octal1432012103350572772056
Binary110001110000001100010001101110101011111011111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638188; }

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

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

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

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

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

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

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

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