Html Css Color HEX #699994 Juniper

📋 copy color: '#699994'

red 105 ◦ green 153 ◦ blue 148

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

Shades of Juniper #699994

Tints of Juniper #699994

RGB

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

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

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

R = 25.86%
G = 37.68%
B = 36.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#699994 (or 0x699994) is known color: Juniper. HEX triplet: 69, 99 and 94. RGB value is (105,153,148). Sum of RGB (Red+Green+Blue) = 105+153+148=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #699994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699994 is #96666B. Grayscale: #8A8A8A. Windows color (decimal): -9856620 or 9738601. OLE color: 9738601.

HSL color Cylindrical-coordinate representation of color #699994: hue angle of 173.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699994 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 148 -
CMYK 0.31 0 0.03 0.4
HSL 173.75º 0.19% 0.51% -
HSV(B) 173.75º 0.31% 0.6% -
XYZ 22.56 27.92 32.22 -
YUV 138.08 133.6 104.41 -
System Red Green Blue C M Y K H S L
Decimal 105 153 148 0.31 0 0.03 0.4 173.75 0.19 0.51
Hex 69 99 94 1F 0 3 28 AE 13 33
Octal 151 231 224 37 0 3 50 256 23 63
Binary 1101001 10011001 10010100 11111 0 11 101000 10101110 10011 110011

Color Harmonies of #699994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699994

Black with #699994

Text Example


Text Example

White with #699994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699994; }

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

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

background-color css

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

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

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

border-color css

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

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

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