Html Css Color HEX #699B93 Juniper

📋 copy color: '#699B93'

red 105 ◦ green 155 ◦ blue 147

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

Shades of Juniper #699B93

Tints of Juniper #699B93

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.08%

 BLUE value IS 147 (57.81% from 255) = 36.12%

R = 25.8%
G = 38.08%
B = 36.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#699B93 (or 0x699B93) is known color: Juniper. HEX triplet: 69, 9B and 93. RGB value is (105,155,147). Sum of RGB (Red+Green+Blue) = 105+155+147=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 155 - color contains mainly: green. Hex color #699B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699B93 is #96646C. Grayscale: #8B8B8B. Windows color (decimal): -9856109 or 9673577. OLE color: 9673577.

HSL color Cylindrical-coordinate representation of color #699B93: hue angle of 170.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699B93 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 155 147 -
CMYK 0.32 0 0.05 0.39
HSL 170.4º 0.2% 0.51% -
HSV(B) 170.4º 0.32% 0.61% -
XYZ 22.81 28.55 31.91 -
YUV 139.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 105 155 147 0.32 0 0.05 0.39 170.4 0.2 0.51
Hex 69 9B 93 20 0 5 27 AA 14 33
Octal 151 233 223 40 0 5 47 252 24 63
Binary 1101001 10011011 10010011 100000 0 101 100111 10101010 10100 110011

Color Harmonies of #699B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B93

Black with #699B93

Text Example


Text Example

White with #699B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,155,147); }

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

background-color css

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

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

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

border-color css

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

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

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