Html Css Color HEX #699495 Juniper

📋 copy color: '#699495'

red 105 ◦ green 148 ◦ blue 149

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

Shades of Juniper #699495

Tints of Juniper #699495

RGB

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

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

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

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

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #699495: hue angle of 181.36º 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 #699495 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 149 -
CMYK 0.30 0.01 0 0.42
HSL 181.36º 0.17% 0.5% -
HSV(B) 181.36º 0.3% 0.58% -
XYZ 21.84 26.35 32.37 -
YUV 135.26 135.75 106.42 -
System Red Green Blue C M Y K H S L
Decimal 105 148 149 0.30 0.01 0 0.42 181.36 0.17 0.5
Hex 69 94 95 1E 1 0 2A B5 11 32
Octal 151 224 225 36 1 0 52 265 21 62
Binary 1101001 10010100 10010101 11110 1 0 101010 10110101 10001 110010

Color Harmonies of #699495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699495

Black with #699495

Text Example


Text Example

White with #699495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699495; }

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

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

background-color css

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

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

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

border-color css

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

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

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