#659993

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

Shades of Juniper #659993

Tints of Juniper #659993

Color information

#659993 (or 0x659993) is unknown color: approx Juniper. HEX triplet: 65, 99 and 93. RGB value is (101,153,147). Sum of RGB (Red+Green+Blue) = 101+153+147=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #659993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659993 is #9A666C. Grayscale: #888888. Windows color (decimal): -10118765 or 9673061. OLE color: 9673061.

HSL color Cylindrical-coordinate representation of color #659993: hue angle of 173.08º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659993 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB101153147-
CMYK0.3400.040.4
HSL173.08º20.47%49.8%-
HSV(B)173.08º33.99%60%-
XYZ22.0227.6631.78-
YUV136.77133.77102.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.19%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=25.19%
G=38.15%
B=36.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1011531470.3400.040.4173.0820.4749.8
Hex659993220428ad1432
Octal1452312234204502552462
Binary1100101100110011001001110001001001010001010110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659993; }

 p { color: rgb(101,153,147); }

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

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

 a { background-color: rgb(101,153,147); }

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

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

 span { border-color: rgb(101,153,147); }

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