Html Css Color HEX #689994 Juniper

📋 copy color: '#689994'

red 104 ◦ green 153 ◦ blue 148

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

Shades of Juniper #689994

Tints of Juniper #689994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

 BLUE value IS 148 (58.2% from 255) = 36.54%

R = 25.68%
G = 37.78%
B = 36.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#689994 (or 0x689994) is known color: Juniper. HEX triplet: 68, 99 and 94. RGB value is (104,153,148). Sum of RGB (Red+Green+Blue) = 104+153+148=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #689994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689994 is #97666B. Grayscale: #898989. Windows color (decimal): -9922156 or 9738600. OLE color: 9738600.

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

Color convert

RGB 104 153 148 -
CMYK 0.32 0 0.03 0.4
HSL 173.88º 0.19% 0.5% -
HSV(B) 173.88º 0.32% 0.6% -
XYZ 22.45 27.86 32.21 -
YUV 137.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 104 153 148 0.32 0 0.03 0.4 173.88 0.19 0.5
Hex 68 99 94 20 0 3 28 AE 13 32
Octal 150 231 224 40 0 3 50 256 23 62
Binary 1101000 10011001 10010100 100000 0 11 101000 10101110 10011 110010

Color Harmonies of #689994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689994

Black with #689994

Text Example


Text Example

White with #689994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689994; }

 p { color: rgb(104,153,148); }

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

background-color css

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

 a { background-color: rgb(104,153,148); }

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

border-color css

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

 span { border-color: rgb(104,153,148); }

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