#67929F

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

Shades of Horizon #67929F

Tints of Horizon #67929F

Color information

#67929F (or 0x67929F) is unknown color: approx Horizon. HEX triplet: 67, 92 and 9F. RGB value is (103,146,159). Sum of RGB (Red+Green+Blue) = 103+146+159=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #67929F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67929F is #986D60. Grayscale: #868686. Windows color (decimal): -9989473 or 10457703. OLE color: 10457703.

HSL color Cylindrical-coordinate representation of color #67929F: hue angle of 193.93º degrees, saturation: 0.23, 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 #67929F is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB103146159-
CMYK0.350.0800.38
HSL193.93º22.58%51.37%-
HSV(B)193.93º35.22%62.35%-
XYZ22.1325.9436.64-
YUV134.62141.75105.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.25%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=25.25%
G=35.78%
B=38.97%

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
Decimal1031461590.350.0800.38193.9322.5851.37
Hex67929F238026c21733
Octal14722223743100463022763
Binary11001111001001010011111100011100001001101100001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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