#698183

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

Shades of Hoki #698183

Tints of Hoki #698183

Color information

#698183 (or 0x698183) is unknown color: approx Hoki. HEX triplet: 69, 81 and 83. RGB value is (105,129,131). Sum of RGB (Red+Green+Blue) = 105+129+131=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 131 - color contains mainly: blue. Hex color #698183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698183 is #967E7C. Grayscale: #7A7A7A. Windows color (decimal): -9862781 or 8618345. OLE color: 8618345.

HSL color Cylindrical-coordinate representation of color #698183: hue angle of 184.62º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #698183 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB105129131-
CMYK0.200.0200.49
HSL184.62º11.02%46.27%-
HSV(B)184.62º19.85%51.37%-
XYZ17.7720.3424.46-
YUV122.05133.05115.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.77%
GREEN value IS 129 (50.78% from 255) = 35.34%
BLUE value IS 131 (51.56% from 255) = 35.89%
R=28.77%
G=35.34%
B=35.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051291310.200.0200.49184.6211.0246.27
Hex698183142031b9b2e
Octal1512012032420612711356
Binary1101001100000011000001110100100110001101110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698183; }

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

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

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

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

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

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

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

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