Html Css Color HEX #689393 Juniper

📋 copy color: '#689393'

red 104 ◦ green 147 ◦ blue 147

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

Shades of Juniper #689393

Tints of Juniper #689393

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

 BLUE value IS 147 (57.81% from 255) = 36.93%

R = 26.13%
G = 36.93%
B = 36.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#689393 (or 0x689393) is known color: Juniper. HEX triplet: 68, 93 and 93. RGB value is (104,147,147). Sum of RGB (Red+Green+Blue) = 104+147+147=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #689393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689393 is #976C6C. Grayscale: #868686. Windows color (decimal): -9923693 or 9671528. OLE color: 9671528.

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

Color convert

RGB 104 147 147 -
CMYK 0.29 0 0 0.42
HSL 180º 0.17% 0.49% -
HSV(B) 180º 0.29% 0.58% -
XYZ 21.41 25.92 31.48 -
YUV 134.14 135.25 106.5 -
System Red Green Blue C M Y K H S L
Decimal 104 147 147 0.29 0 0 0.42 180 0.17 0.49
Hex 68 93 93 1D 0 0 2A B4 11 31
Octal 150 223 223 35 0 0 52 264 21 61
Binary 1101000 10010011 10010011 11101 0 0 101010 10110100 10001 110001

Color Harmonies of #689393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689393

Black with #689393

Text Example


Text Example

White with #689393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689393; }

 p { color: rgb(104,147,147); }

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

background-color css

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

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

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

border-color css

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

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

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