Html Css Color HEX #699390 Juniper

📋 copy color: '#699390'

red 105 ◦ green 147 ◦ blue 144

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

Shades of Juniper #699390

Tints of Juniper #699390

RGB

 RED value IS 105 (41.41% from 255) = 26.52%

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

 BLUE value IS 144 (56.64% from 255) = 36.36%

R = 26.52%
G = 37.12%
B = 36.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#699390 (or 0x699390) is known color: Juniper. HEX triplet: 69, 93 and 90. RGB value is (105,147,144). Sum of RGB (Red+Green+Blue) = 105+147+144=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #699390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699390 is #966C6F. Grayscale: #868686. Windows color (decimal): -9858160 or 9474921. OLE color: 9474921.

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

Color convert

RGB 105 147 144 -
CMYK 0.29 0 0.02 0.42
HSL 175.71º 0.17% 0.49% -
HSV(B) 175.71º 0.29% 0.58% -
XYZ 21.29 25.88 30.26 -
YUV 134.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 105 147 144 0.29 0 0.02 0.42 175.71 0.17 0.49
Hex 69 93 90 1D 0 2 2A B0 11 31
Octal 151 223 220 35 0 2 52 260 21 61
Binary 1101001 10010011 10010000 11101 0 10 101010 10110000 10001 110001

Color Harmonies of #699390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699390

Black with #699390

Text Example


Text Example

White with #699390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699390; }

 p { color: rgb(105,147,144); }

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

background-color css

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

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

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

border-color css

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

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

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