#678083

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

Shades of Hoki #678083

Tints of Hoki #678083

Color information

#678083 (or 0x678083) is unknown color: approx Hoki. HEX triplet: 67, 80 and 83. RGB value is (103,128,131). Sum of RGB (Red+Green+Blue) = 103+128+131=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 131 - color contains mainly: blue. Hex color #678083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678083 is #987F7C. Grayscale: #787878. Windows color (decimal): -9994109 or 8618087. OLE color: 8618087.

HSL color Cylindrical-coordinate representation of color #678083: hue angle of 186.43º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #678083 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB103128131-
CMYK0.210.0200.49
HSL186.43º11.97%45.88%-
HSV(B)186.43º21.37%51.37%-
XYZ17.4119.9624.41-
YUV120.87133.72115.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.45%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 131 (51.56% from 255) = 36.19%
R=28.45%
G=35.36%
B=36.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031281310.210.0200.49186.4311.9745.88
Hex678083152031bac2e
Octal1472002032520612721456
Binary1100111100000001000001110101100110001101110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678083; }

 p { color: rgb(103,128,131); }

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

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

 a { background-color: rgb(103,128,131); }

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

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

 span { border-color: rgb(103,128,131); }

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