#648288

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

Shades of Hoki #648288

Tints of Hoki #648288

Color information

#648288 (or 0x648288) is unknown color: approx Hoki. HEX triplet: 64, 82 and 88. RGB value is (100,130,136). Sum of RGB (Red+Green+Blue) = 100+130+136=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 136 - color contains mainly: blue. Hex color #648288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648288 is #9B7D77. Grayscale: #797979. Windows color (decimal): -10190200 or 8946276. OLE color: 8946276.

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

Color convert

RGB100130136-
CMYK0.260.0400.47
HSL190º15.25%46.27%-
HSV(B)190º26.47%53.33%-
XYZ17.6820.4526.31-
YUV121.71136.06112.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 136 (53.52% from 255) = 37.16%
R=27.32%
G=35.52%
B=37.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001301360.260.0400.4719015.2546.27
Hex6482881A402Fbef2e
Octal1442022103240572761756
Binary11001001000001010001000110101000101111101111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648288; }

 p { color: rgb(100,130,136); }

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

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

 a { background-color: rgb(100,130,136); }

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

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

 span { border-color: rgb(100,130,136); }

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