#69828A

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

Shades of Hoki #69828A

Tints of Hoki #69828A

Color information

#69828A (or 0x69828A) is unknown color: approx Hoki. HEX triplet: 69, 82 and 8A. RGB value is (105,130,138). Sum of RGB (Red+Green+Blue) = 105+130+138=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 138 - color contains mainly: blue. Hex color #69828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69828A is #967D75. Grayscale: #7B7B7B. Windows color (decimal): -9862518 or 9077353. OLE color: 9077353.

HSL color Cylindrical-coordinate representation of color #69828A: hue angle of 194.55º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #69828A is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB105130138-
CMYK0.240.0600.46
HSL194.55º13.58%47.65%-
HSV(B)194.55º23.91%54.12%-
XYZ18.420.827.09-
YUV123.44136.22114.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=28.15%
G=34.85%
B=37.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051301380.240.0600.46194.5513.5847.65
Hex69828A18602Ec3e30
Octal1512022123060563031660
Binary11010011000001010001010110001100101110110000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69828A; }

 p { color: rgb(105,130,138); }

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

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

 a { background-color: rgb(105,130,138); }

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

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

 span { border-color: rgb(105,130,138); }

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