Html Css Color HEX #698B8B Juniper

📋 copy color: '#698B8B'

red 105 ◦ green 139 ◦ blue 139

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

Shades of Juniper #698B8B

Tints of Juniper #698B8B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.29%

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 27.42%
G = 36.29%
B = 36.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#698B8B (or 0x698B8B) is known color: Juniper. HEX triplet: 69, 8B and 8B. RGB value is (105,139,139). Sum of RGB (Red+Green+Blue) = 105+139+139=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #698B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698B8B is #967474. Grayscale: #808080. Windows color (decimal): -9860213 or 9145193. OLE color: 9145193.

HSL color Cylindrical-coordinate representation of color #698B8B: hue angle of 180º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698B8B is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 139 139 -
CMYK 0.24 0 0 0.45
HSL 180º 0.14% 0.48% -
HSV(B) 180º 0.24% 0.55% -
XYZ 19.72 23.33 27.89 -
YUV 128.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 105 139 139 0.24 0 0 0.45 180 0.14 0.48
Hex 69 8B 8B 18 0 0 2D B4 E 30
Octal 151 213 213 30 0 0 55 264 16 60
Binary 1101001 10001011 10001011 11000 0 0 101101 10110100 1110 110000

Color Harmonies of #698B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698B8B

Black with #698B8B

Text Example


Text Example

White with #698B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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