#67929E

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

Shades of Horizon #67929E

Tints of Horizon #67929E

Color information

#67929E (or 0x67929E) is unknown color: approx Horizon. HEX triplet: 67, 92 and 9E. RGB value is (103,146,158). Sum of RGB (Red+Green+Blue) = 103+146+158=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 158 - color contains mainly: blue. Hex color #67929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67929E is #986D61. Grayscale: #868686. Windows color (decimal): -9989474 or 10392167. OLE color: 10392167.

HSL color Cylindrical-coordinate representation of color #67929E: hue angle of 193.09º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67929E is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB103146158-
CMYK0.350.0800.38
HSL193.09º22.09%51.18%-
HSV(B)193.09º34.81%61.96%-
XYZ22.0425.9136.19-
YUV134.51141.25105.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.31%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 158 (62.11% from 255) = 38.82%
R=25.31%
G=35.87%
B=38.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031461580.350.0800.38193.0922.0951.18
Hex67929E238026c11633
Octal14722223643100463012663
Binary11001111001001010011110100011100001001101100000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67929E; }

 p { color: rgb(103,146,158); }

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

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

 a { background-color: rgb(103,146,158); }

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

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

 span { border-color: rgb(103,146,158); }

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