#689894

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

Shades of Juniper #689894

Tints of Juniper #689894

Color information

#689894 (or 0x689894) is unknown color: approx Juniper. HEX triplet: 68, 98 and 94. RGB value is (104,152,148). Sum of RGB (Red+Green+Blue) = 104+152+148=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #689894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689894 is #97676B. Grayscale: #898989. Windows color (decimal): -9922412 or 9738344. OLE color: 9738344.

HSL color Cylindrical-coordinate representation of color #689894: hue angle of 175º 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 #689894 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB104152148-
CMYK0.3200.030.40
HSL175º18.9%50.2%-
HSV(B)175º31.58%59.61%-
XYZ22.2827.5432.16-
YUV137.19134.1104.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.74%
GREEN value IS 152 (59.77% from 255) = 37.62%
BLUE value IS 148 (58.20% from 255) = 36.63%
R=25.74%
G=37.62%
B=36.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521480.3200.030.4017518.950.2
Hex689894200328af1332
Octal1502302244003502572362
Binary110100010011000100101001000000111010001010111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689894; }

 p { color: rgb(104,152,148); }

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

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

 a { background-color: rgb(104,152,148); }

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

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

 span { border-color: rgb(104,152,148); }

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