#698188

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

Shades of Hoki #698188

Tints of Hoki #698188

Color information

#698188 (or 0x698188) is unknown color: approx Hoki. HEX triplet: 69, 81 and 88. RGB value is (105,129,136). Sum of RGB (Red+Green+Blue) = 105+129+136=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 136 - color contains mainly: blue. Hex color #698188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698188 is #967E77. Grayscale: #7A7A7A. Windows color (decimal): -9862776 or 8946025. OLE color: 8946025.

HSL color Cylindrical-coordinate representation of color #698188: hue angle of 193.55º 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 #698188 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105129136-
CMYK0.230.0500.47
HSL193.55º12.86%47.25%-
HSV(B)193.55º22.79%53.33%-
XYZ18.1220.4826.29-
YUV122.62135.55115.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 136 (53.52% from 255) = 36.76%
R=28.38%
G=34.86%
B=36.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051291360.230.0500.47193.5512.8647.25
Hex69818817502Fc2d2f
Octal1512012102750573021557
Binary11010011000000110001000101111010101111110000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698188; }

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

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

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

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

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

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

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

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