#699E94

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

Shades of Juniper #699E94

Tints of Juniper #699E94

Color information

#699E94 (or 0x699E94) is unknown color: approx Juniper. HEX triplet: 69, 9E and 94. RGB value is (105,158,148). Sum of RGB (Red+Green+Blue) = 105+158+148=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 158 - color contains mainly: green. Hex color #699E94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699E94 is #96616B. Grayscale: #8D8D8D. Windows color (decimal): -9855340 or 9739881. OLE color: 9739881.

HSL color Cylindrical-coordinate representation of color #699E94: hue angle of 168.68º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699E94 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB105158148-
CMYK0.3400.060.38
HSL168.68º21.46%51.57%-
HSV(B)168.68º33.54%61.96%-
XYZ23.429.632.5-
YUV141.01131.94102.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.55%
GREEN value IS 158 (62.11% from 255) = 38.44%
BLUE value IS 148 (58.20% from 255) = 36.01%
R=25.55%
G=38.44%
B=36.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051581480.3400.060.38168.6821.4651.57
Hex699E94220626a91534
Octal1512362244206462512564
Binary1101001100111101001010010001001101001101010100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699E94; }

 p { color: rgb(105,158,148); }

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

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

 a { background-color: rgb(105,158,148); }

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

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

 span { border-color: rgb(105,158,148); }

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