#697B83

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

Shades of Hoki #697B83

Tints of Hoki #697B83

Color information

#697B83 (or 0x697B83) is unknown color: approx Hoki. HEX triplet: 69, 7B and 83. RGB value is (105,123,131). Sum of RGB (Red+Green+Blue) = 105+123+131=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 131 - color contains mainly: blue. Hex color #697B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B83 is #96847C. Grayscale: #767676. Windows color (decimal): -9864317 or 8616809. OLE color: 8616809.

HSL color Cylindrical-coordinate representation of color #697B83: hue angle of 198.46º 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 #697B83 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB105123131-
CMYK0.200.0600.49
HSL198.46º11.02%46.27%-
HSV(B)198.46º19.85%51.37%-
XYZ17.0118.8124.21-
YUV118.53135.04118.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 131 (51.56% from 255) = 36.49%
R=29.25%
G=34.26%
B=36.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051231310.200.0600.49198.4611.0246.27
Hex697B83146031c6b2e
Octal1511732032460613061356
Binary1101001111101110000011101001100110001110001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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