Html Css Color HEX #6F9993 Juniper

📋 copy color: '#6F9993'

red 111 ◦ green 153 ◦ blue 147

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

Shades of Juniper #6F9993

Tints of Juniper #6F9993

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

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

R = 27.01%
G = 37.23%
B = 35.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#6F9993 (or 0x6F9993) is known color: Juniper. HEX triplet: 6F, 99 and 93. RGB value is (111,153,147). Sum of RGB (Red+Green+Blue) = 111+153+147=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9993 is #90666C. Grayscale: #8B8B8B. Windows color (decimal): -9463405 or 9673071. OLE color: 9673071.

HSL color Cylindrical-coordinate representation of color #6F9993: hue angle of 171.43º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F9993 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 153 147 -
CMYK 0.27 0 0.04 0.4
HSL 171.43º 0.17% 0.52% -
HSV(B) 171.43º 0.27% 0.6% -
XYZ 23.21 28.27 31.84 -
YUV 139.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 111 153 147 0.27 0 0.04 0.4 171.43 0.17 0.52
Hex 6F 99 93 1B 0 4 28 AB 11 34
Octal 157 231 223 33 0 4 50 253 21 64
Binary 1101111 10011001 10010011 11011 0 100 101000 10101011 10001 110100

Color Harmonies of #6F9993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9993

Black with #6F9993

Text Example


Text Example

White with #6F9993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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