#608183

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

Shades of Hoki #608183

Tints of Hoki #608183

Color information

#608183 (or 0x608183) is unknown color: approx Hoki. HEX triplet: 60, 81 and 83. RGB value is (96,129,131). Sum of RGB (Red+Green+Blue) = 96+129+131=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 131 - color contains mainly: blue. Hex color #608183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608183 is #9F7E7C. Grayscale: #777777. Windows color (decimal): -10452605 or 8618336. OLE color: 8618336.

HSL color Cylindrical-coordinate representation of color #608183: hue angle of 183.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #608183 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB96129131-
CMYK0.270.0200.49
HSL183.43º15.42%44.51%-
HSV(B)183.43º26.72%51.37%-
XYZ16.7719.8324.42-
YUV119.36134.57111.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 131 (51.56% from 255) = 36.80%
R=26.97%
G=36.24%
B=36.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961291310.270.0200.49183.4315.4244.51
Hex6081831B2031b7f2d
Octal1402012033320612671755
Binary1100000100000011000001111011100110001101101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608183; }

 p { color: rgb(96,129,131); }

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

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

 a { background-color: rgb(96,129,131); }

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

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

 span { border-color: rgb(96,129,131); }

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