Html Css Color HEX #6F9393 Juniper

📋 copy color: '#6F9393'

red 111 ◦ green 147 ◦ blue 147

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

Shades of Juniper #6F9393

Tints of Juniper #6F9393

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.3%

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

R = 27.41%
G = 36.3%
B = 36.3%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F9393 (or 0x6F9393) is known color: Juniper. HEX triplet: 6F, 93 and 93. RGB value is (111,147,147). Sum of RGB (Red+Green+Blue) = 111+147+147=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #6F9393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9393 is #906C6C. Grayscale: #888888. Windows color (decimal): -9464941 or 9671535. OLE color: 9671535.

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

Color convert

RGB 111 147 147 -
CMYK 0.24 0 0 0.42
HSL 180º 0.14% 0.51% -
HSV(B) 180º 0.24% 0.58% -
XYZ 22.26 26.35 31.52 -
YUV 136.24 134.07 110 -
System Red Green Blue C M Y K H S L
Decimal 111 147 147 0.24 0 0 0.42 180 0.14 0.51
Hex 6F 93 93 18 0 0 2A B4 E 33
Octal 157 223 223 30 0 0 52 264 16 63
Binary 1101111 10010011 10010011 11000 0 0 101010 10110100 1110 110011

Color Harmonies of #6F9393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9393

Black with #6F9393

Text Example


Text Example

White with #6F9393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,147,147); }

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

background-color css

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

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

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

border-color css

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

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

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