Html Css Color HEX #689895 Juniper

📋 copy color: '#689895'

red 104 ◦ green 152 ◦ blue 149

#689895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Juniper #689895

Tints of Juniper #689895

RGB

 RED value IS 104 (41.02% from 255) = 25.68%

 GREEN value IS 152 (59.77% from 255) = 37.53%

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 25.68%
G = 37.53%
B = 36.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#689895 (or 0x689895) is known color: Juniper. HEX triplet: 68, 98 and 95. RGB value is (104,152,149). Sum of RGB (Red+Green+Blue) = 104+152+149=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 152 - color contains mainly: green. Hex color #689895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689895 is #97676A. Grayscale: #898989. Windows color (decimal): -9922411 or 9803880. OLE color: 9803880.

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

Color convert

RGB 104 152 149 -
CMYK 0.32 0 0.02 0.40
HSL 176.25º 0.19% 0.5% -
HSV(B) 176.25º 0.32% 0.6% -
XYZ 22.36 27.57 32.58 -
YUV 137.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 104 152 149 0.32 0 0.02 0.40 176.25 0.19 0.5
Hex 68 98 95 20 0 2 28 B0 13 32
Octal 150 230 225 40 0 2 50 260 23 62
Binary 1101000 10011000 10010101 100000 0 10 101000 10110000 10011 110010

Color Harmonies of #689895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689895

Black with #689895

Text Example


Text Example

White with #689895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689895; }

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

 H1.HeaderClassName
 {
   color: #689895;
 }
 .AnyTagClassName
 {
   color: #689895;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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