Html Css Color HEX #699594 Juniper

📋 copy color: '#699594'

red 105 ◦ green 149 ◦ blue 148

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

Shades of Juniper #699594

Tints of Juniper #699594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.06%

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

R = 26.12%
G = 37.06%
B = 36.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#699594 (or 0x699594) is known color: Juniper. HEX triplet: 69, 95 and 94. RGB value is (105,149,148). Sum of RGB (Red+Green+Blue) = 105+149+148=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #699594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699594 is #966A6B. Grayscale: #878787. Windows color (decimal): -9857644 or 9737577. OLE color: 9737577.

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

Color convert

RGB 105 149 148 -
CMYK 0.30 0 0.01 0.42
HSL 178.64º 0.17% 0.5% -
HSV(B) 178.64º 0.3% 0.58% -
XYZ 21.92 26.64 32 -
YUV 135.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 105 149 148 0.30 0 0.01 0.42 178.64 0.17 0.5
Hex 69 95 94 1E 0 1 2A B3 11 32
Octal 151 225 224 36 0 1 52 263 21 62
Binary 1101001 10010101 10010100 11110 0 1 101010 10110011 10001 110010

Color Harmonies of #699594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699594

Black with #699594

Text Example


Text Example

White with #699594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699594; }

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

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

background-color css

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

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

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

border-color css

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

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

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