Html Css Color HEX #699491 Juniper

📋 copy color: '#699491'

red 105 ◦ green 148 ◦ blue 145

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

Shades of Juniper #699491

Tints of Juniper #699491

RGB

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

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

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

R = 26.38%
G = 37.19%
B = 36.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#699491 (or 0x699491) is known color: Juniper. HEX triplet: 69, 94 and 91. RGB value is (105,148,145). Sum of RGB (Red+Green+Blue) = 105+148+145=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #699491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699491 is #966B6E. Grayscale: #868686. Windows color (decimal): -9857903 or 9540713. OLE color: 9540713.

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

Color convert

RGB 105 148 145 -
CMYK 0.29 0 0.02 0.42
HSL 175.81º 0.17% 0.5% -
HSV(B) 175.81º 0.29% 0.58% -
XYZ 21.53 26.23 30.72 -
YUV 134.8 133.75 106.74 -
System Red Green Blue C M Y K H S L
Decimal 105 148 145 0.29 0 0.02 0.42 175.81 0.17 0.5
Hex 69 94 91 1D 0 2 2A B0 11 32
Octal 151 224 221 35 0 2 52 260 21 62
Binary 1101001 10010100 10010001 11101 0 10 101010 10110000 10001 110010

Color Harmonies of #699491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699491

Black with #699491

Text Example


Text Example

White with #699491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699491; }

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

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

background-color css

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

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

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

border-color css

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

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

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