#669A93

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

Shades of Juniper #669A93

Tints of Juniper #669A93

Color information

#669A93 (or 0x669A93) is unknown color: approx Juniper. HEX triplet: 66, 9A and 93. RGB value is (102,154,147). Sum of RGB (Red+Green+Blue) = 102+154+147=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 154 - color contains mainly: green. Hex color #669A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669A93 is #99656C. Grayscale: #898989. Windows color (decimal): -10052973 or 9673318. OLE color: 9673318.

HSL color Cylindrical-coordinate representation of color #669A93: hue angle of 171.92º 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 #669A93 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB102154147-
CMYK0.3400.050.40
HSL171.92º20.47%50.2%-
HSV(B)171.92º33.77%60.39%-
XYZ22.328.0431.84-
YUV137.65133.27102.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.31%
GREEN value IS 154 (60.55% from 255) = 38.21%
BLUE value IS 147 (57.81% from 255) = 36.48%
R=25.31%
G=38.21%
B=36.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021541470.3400.050.40171.9220.4750.2
Hex669A93220528ac1432
Octal1462322234205502542462
Binary1100110100110101001001110001001011010001010110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669A93; }

 p { color: rgb(102,154,147); }

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

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

 a { background-color: rgb(102,154,147); }

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

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

 span { border-color: rgb(102,154,147); }

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