Html Css Color HEX #6F918D Juniper

📋 copy color: '#6F918D'

red 111 ◦ green 145 ◦ blue 141

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

Shades of Juniper #6F918D

Tints of Juniper #6F918D

RGB

 RED value IS 111 (43.75% from 255) = 27.96%

 GREEN value IS 145 (57.03% from 255) = 36.52%

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 27.96%
G = 36.52%
B = 35.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#6F918D (or 0x6F918D) is known color: Juniper. HEX triplet: 6F, 91 and 8D. RGB value is (111,145,141). Sum of RGB (Red+Green+Blue) = 111+145+141=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #6F918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F918D is #906E72. Grayscale: #868686. Windows color (decimal): -9465459 or 9277807. OLE color: 9277807.

HSL color Cylindrical-coordinate representation of color #6F918D: hue angle of 172.94º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F918D is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 145 141 -
CMYK 0.23 0 0.03 0.43
HSL 172.94º 0.13% 0.5% -
HSV(B) 172.94º 0.23% 0.57% -
XYZ 21.49 25.55 29 -
YUV 134.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 111 145 141 0.23 0 0.03 0.43 172.94 0.13 0.5
Hex 6F 91 8D 17 0 3 2B AD D 32
Octal 157 221 215 27 0 3 53 255 15 62
Binary 1101111 10010001 10001101 10111 0 11 101011 10101101 1101 110010

Color Harmonies of #6F918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F918D

Black with #6F918D

Text Example


Text Example

White with #6F918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F918D; }

 p { color: rgb(111,145,141); }

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

background-color css

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

 a { background-color: rgb(111,145,141); }

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

border-color css

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

 span { border-color: rgb(111,145,141); }

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