#698088

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

Shades of Hoki #698088

Tints of Hoki #698088

Color information

#698088 (or 0x698088) is unknown color: approx Hoki. HEX triplet: 69, 80 and 88. RGB value is (105,128,136). Sum of RGB (Red+Green+Blue) = 105+128+136=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 136 - color contains mainly: blue. Hex color #698088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698088 is #967F77. Grayscale: #797979. Windows color (decimal): -9863032 or 8945769. OLE color: 8945769.

HSL color Cylindrical-coordinate representation of color #698088: hue angle of 195.48º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698088 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105128136-
CMYK0.230.0600.47
HSL195.48º12.86%47.25%-
HSV(B)195.48º22.79%53.33%-
XYZ17.9920.2226.25-
YUV122.04135.88115.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 136 (53.52% from 255) = 36.86%
R=28.46%
G=34.69%
B=36.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051281360.230.0600.47195.4812.8647.25
Hex69808817602Fc3d2f
Octal1512002102760573031557
Binary11010011000000010001000101111100101111110000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698088; }

 p { color: rgb(105,128,136); }

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

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

 a { background-color: rgb(105,128,136); }

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

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

 span { border-color: rgb(105,128,136); }

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