#678C98

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

Shades of Horizon #678C98

Tints of Horizon #678C98

Color information

#678C98 (or 0x678C98) is unknown color: approx Horizon. HEX triplet: 67, 8C and 98. RGB value is (103,140,152). Sum of RGB (Red+Green+Blue) = 103+140+152=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #678C98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678C98 is #987367. Grayscale: #828282. Windows color (decimal): -9991016 or 9997415. OLE color: 9997415.

HSL color Cylindrical-coordinate representation of color #678C98: hue angle of 194.69º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #678C98 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB103140152-
CMYK0.320.0800.40
HSL194.69º19.22%50%-
HSV(B)194.69º32.24%59.61%-
XYZ20.6423.9133.23-
YUV130.3140.24108.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.08%
GREEN value IS 140 (55.08% from 255) = 35.44%
BLUE value IS 152 (59.77% from 255) = 38.48%
R=26.08%
G=35.44%
B=38.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031401520.320.0800.40194.6919.2250
Hex678C98208028c31332
Octal14721423040100503032362
Binary11001111000110010011000100000100001010001100001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678C98; }

 p { color: rgb(103,140,152); }

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

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

 a { background-color: rgb(103,140,152); }

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

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

 span { border-color: rgb(103,140,152); }

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