Html Css Color HEX #698F8E Juniper

📋 copy color: '#698F8E'

red 105 ◦ green 143 ◦ blue 142

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

Shades of Juniper #698F8E

Tints of Juniper #698F8E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.67%

 BLUE value IS 142 (55.86% from 255) = 36.41%

R = 26.92%
G = 36.67%
B = 36.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#698F8E (or 0x698F8E) is known color: Juniper. HEX triplet: 69, 8F and 8E. RGB value is (105,143,142). Sum of RGB (Red+Green+Blue) = 105+143+142=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 143 - color contains mainly: green. Hex color #698F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698F8E is #967071. Grayscale: #838383. Windows color (decimal): -9859186 or 9342825. OLE color: 9342825.

HSL color Cylindrical-coordinate representation of color #698F8E: hue angle of 178.42º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #698F8E is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 143 142 -
CMYK 0.27 0 0.01 0.44
HSL 178.42º 0.15% 0.49% -
HSV(B) 178.42º 0.27% 0.56% -
XYZ 20.53 24.6 29.26 -
YUV 131.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 105 143 142 0.27 0 0.01 0.44 178.42 0.15 0.49
Hex 69 8F 8E 1B 0 1 2C B2 F 31
Octal 151 217 216 33 0 1 54 262 17 61
Binary 1101001 10001111 10001110 11011 0 1 101100 10110010 1111 110001

Color Harmonies of #698F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698F8E

Black with #698F8E

Text Example


Text Example

White with #698F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,143,142); }

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

background-color css

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

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

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

border-color css

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

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

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