Html Css Color HEX #699E94 Juniper

📋 copy color: '#699E94'

red 105 ◦ green 158 ◦ blue 148

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

Shades of Juniper #699E94

Tints of Juniper #699E94

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.44%

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

R = 25.55%
G = 38.44%
B = 36.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#699E94 (or 0x699E94) is known color: Juniper. HEX triplet: 69, 9E and 94. RGB value is (105,158,148). Sum of RGB (Red+Green+Blue) = 105+158+148=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 158 - color contains mainly: green. Hex color #699E94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699E94 is #96616B. Grayscale: #8D8D8D. Windows color (decimal): -9855340 or 9739881. OLE color: 9739881.

HSL color Cylindrical-coordinate representation of color #699E94: hue angle of 168.68º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699E94 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 158 148 -
CMYK 0.34 0 0.06 0.38
HSL 168.68º 0.21% 0.52% -
HSV(B) 168.68º 0.34% 0.62% -
XYZ 23.4 29.6 32.5 -
YUV 141.01 131.94 102.31 -
System Red Green Blue C M Y K H S L
Decimal 105 158 148 0.34 0 0.06 0.38 168.68 0.21 0.52
Hex 69 9E 94 22 0 6 26 A9 15 34
Octal 151 236 224 42 0 6 46 251 25 64
Binary 1101001 10011110 10010100 100010 0 110 100110 10101001 10101 110100

Color Harmonies of #699E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E94

Black with #699E94

Text Example


Text Example

White with #699E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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