Html Css Color HEX #698989 Juniper

📋 copy color: '#698989'

red 105 ◦ green 137 ◦ blue 137

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

Shades of Juniper #698989

Tints of Juniper #698989

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.15%

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 27.7%
G = 36.15%
B = 36.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#698989 (or 0x698989) is known color: Juniper. HEX triplet: 69, 89 and 89. RGB value is (105,137,137). Sum of RGB (Red+Green+Blue) = 105+137+137=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #698989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698989 is #967676. Grayscale: #7F7F7F. Windows color (decimal): -9860727 or 9013609. OLE color: 9013609.

HSL color Cylindrical-coordinate representation of color #698989: hue angle of 180º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698989 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 137 137 -
CMYK 0.23 0 0 0.46
HSL 180º 0.13% 0.47% -
HSV(B) 180º 0.23% 0.54% -
XYZ 19.29 22.7 27.03 -
YUV 127.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 105 137 137 0.23 0 0 0.46 180 0.13 0.47
Hex 69 89 89 17 0 0 2E B4 D 2F
Octal 151 211 211 27 0 0 56 264 15 57
Binary 1101001 10001001 10001001 10111 0 0 101110 10110100 1101 101111

Color Harmonies of #698989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698989

Black with #698989

Text Example


Text Example

White with #698989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698989; }

 p { color: rgb(105,137,137); }

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

background-color css

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

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

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

border-color css

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

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

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