Html Css Color HEX #699291 Juniper

📋 copy color: '#699291'

red 105 ◦ green 146 ◦ blue 145

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

Shades of Juniper #699291

Tints of Juniper #699291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.87%

 BLUE value IS 145 (57.03% from 255) = 36.62%

R = 26.52%
G = 36.87%
B = 36.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#699291 (or 0x699291) is known color: Juniper. HEX triplet: 69, 92 and 91. RGB value is (105,146,145). Sum of RGB (Red+Green+Blue) = 105+146+145=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #699291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699291 is #966D6E. Grayscale: #858585. Windows color (decimal): -9858415 or 9540201. OLE color: 9540201.

HSL color Cylindrical-coordinate representation of color #699291: hue angle of 178.54º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699291 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 146 145 -
CMYK 0.28 0 0.01 0.43
HSL 178.54º 0.16% 0.49% -
HSV(B) 178.54º 0.28% 0.57% -
XYZ 21.22 25.61 30.61 -
YUV 133.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 105 146 145 0.28 0 0.01 0.43 178.54 0.16 0.49
Hex 69 92 91 1C 0 1 2B B3 10 31
Octal 151 222 221 34 0 1 53 263 20 61
Binary 1101001 10010010 10010001 11100 0 1 101011 10110011 10000 110001

Color Harmonies of #699291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699291

Black with #699291

Text Example


Text Example

White with #699291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699291; }

 p { color: rgb(105,146,145); }

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

background-color css

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

 a { background-color: rgb(105,146,145); }

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

border-color css

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

 span { border-color: rgb(105,146,145); }

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