Html Css Color HEX #699394 Juniper

📋 copy color: '#699394'

red 105 ◦ green 147 ◦ blue 148

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

Shades of Juniper #699394

Tints of Juniper #699394

RGB

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

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

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

R = 26.25%
G = 36.75%
B = 37%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#699394 (or 0x699394) is known color: Juniper. HEX triplet: 69, 93 and 94. RGB value is (105,147,148). Sum of RGB (Red+Green+Blue) = 105+147+148=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 148 - color contains mainly: blue. Hex color #699394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699394 is #966C6B. Grayscale: #868686. Windows color (decimal): -9858156 or 9737065. OLE color: 9737065.

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

Color convert

RGB 105 147 148 -
CMYK 0.29 0.01 0 0.42
HSL 181.4º 0.17% 0.5% -
HSV(B) 181.4º 0.29% 0.58% -
XYZ 21.6 26.01 31.9 -
YUV 134.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 105 147 148 0.29 0.01 0 0.42 181.4 0.17 0.5
Hex 69 93 94 1D 1 0 2A B5 11 32
Octal 151 223 224 35 1 0 52 265 21 62
Binary 1101001 10010011 10010100 11101 1 0 101010 10110101 10001 110010

Color Harmonies of #699394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699394

Black with #699394

Text Example


Text Example

White with #699394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699394; }

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

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

background-color css

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

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

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

border-color css

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

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

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