#697F88

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

Shades of Hoki #697F88

Tints of Hoki #697F88

Color information

#697F88 (or 0x697F88) is unknown color: approx Hoki. HEX triplet: 69, 7F and 88. RGB value is (105,127,136). Sum of RGB (Red+Green+Blue) = 105+127+136=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #697F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697F88 is #968077. Grayscale: #797979. Windows color (decimal): -9863288 or 8945513. OLE color: 8945513.

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

Color convert

RGB105127136-
CMYK0.230.0700.47
HSL197.42º12.86%47.25%-
HSV(B)197.42º22.79%53.33%-
XYZ17.8619.9626.2-
YUV121.45136.21116.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 127 (50% from 255) = 34.51%
BLUE value IS 136 (53.52% from 255) = 36.96%
R=28.53%
G=34.51%
B=36.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051271360.230.0700.47197.4212.8647.25
Hex697F8817702Fc5d2f
Octal1511772102770573051557
Binary1101001111111110001000101111110101111110001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697F88; }

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

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

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

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

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

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

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

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