#679293

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

Shades of Juniper #679293

Tints of Juniper #679293

Color information

#679293 (or 0x679293) is unknown color: approx Juniper. HEX triplet: 67, 92 and 93. RGB value is (103,146,147). Sum of RGB (Red+Green+Blue) = 103+146+147=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 147 - color contains mainly: blue. Hex color #679293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679293 is #986D6C. Grayscale: #858585. Windows color (decimal): -9989485 or 9671271. OLE color: 9671271.

HSL color Cylindrical-coordinate representation of color #679293: hue angle of 181.36º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #679293 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB103146147-
CMYK0.300.0100.42
HSL181.36º17.6%49.02%-
HSV(B)181.36º29.93%57.65%-
XYZ21.1425.5531.42-
YUV133.26135.75106.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.01%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 147 (57.81% from 255) = 37.12%
R=26.01%
G=36.87%
B=37.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031461470.300.0100.42181.3617.649.02
Hex6792931E102Ab51231
Octal1472222233610522652261
Binary1100111100100101001001111110101010101011010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679293; }

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

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

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

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

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

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

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

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