#648184

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

Shades of Hoki #648184

Tints of Hoki #648184

Color information

#648184 (or 0x648184) is unknown color: approx Hoki. HEX triplet: 64, 81 and 84. RGB value is (100,129,132). Sum of RGB (Red+Green+Blue) = 100+129+132=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 132 - color contains mainly: blue. Hex color #648184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648184 is #9B7E7B. Grayscale: #787878. Windows color (decimal): -10190460 or 8683876. OLE color: 8683876.

HSL color Cylindrical-coordinate representation of color #648184: hue angle of 185.62º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #648184 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB100129132-
CMYK0.240.0200.48
HSL185.62º13.79%45.49%-
HSV(B)185.62º24.24%51.76%-
XYZ17.2720.0824.79-
YUV120.67134.39113.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=27.70%
G=35.73%
B=36.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001291320.240.0200.48185.6213.7945.49
Hex648184182030bae2d
Octal1442012043020602721655
Binary1100100100000011000010011000100110000101110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648184; }

 p { color: rgb(100,129,132); }

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

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

 a { background-color: rgb(100,129,132); }

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

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

 span { border-color: rgb(100,129,132); }

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