Html Css Color HEX #699090 Juniper

📋 copy color: '#699090'

red 105 ◦ green 144 ◦ blue 144

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

Shades of Juniper #699090

Tints of Juniper #699090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

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

R = 26.72%
G = 36.64%
B = 36.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#699090 (or 0x699090) is known color: Juniper. HEX triplet: 69, 90 and 90. RGB value is (105,144,144). Sum of RGB (Red+Green+Blue) = 105+144+144=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #699090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699090 is #966F6F. Grayscale: #848484. Windows color (decimal): -9858928 or 9474153. OLE color: 9474153.

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

Color convert

RGB 105 144 144 -
CMYK 0.27 0 0 0.44
HSL 180º 0.16% 0.49% -
HSV(B) 180º 0.27% 0.56% -
XYZ 20.83 24.96 30.11 -
YUV 132.34 134.58 108.5 -
System Red Green Blue C M Y K H S L
Decimal 105 144 144 0.27 0 0 0.44 180 0.16 0.49
Hex 69 90 90 1B 0 0 2C B4 10 31
Octal 151 220 220 33 0 0 54 264 20 61
Binary 1101001 10010000 10010000 11011 0 0 101100 10110100 10000 110001

Color Harmonies of #699090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699090

Black with #699090

Text Example


Text Example

White with #699090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699090; }

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

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

background-color css

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

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

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

border-color css

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

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

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