Html Css Color HEX #6F908F Juniper

📋 copy color: '#6F908F'

red 111 ◦ green 144 ◦ blue 143

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

Shades of Juniper #6F908F

Tints of Juniper #6F908F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.18%

 BLUE value IS 143 (56.25% from 255) = 35.93%

R = 27.89%
G = 36.18%
B = 35.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#6F908F (or 0x6F908F) is known color: Juniper. HEX triplet: 6F, 90 and 8F. RGB value is (111,144,143). Sum of RGB (Red+Green+Blue) = 111+144+143=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 144 - color contains mainly: green. Hex color #6F908F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F908F is #906F70. Grayscale: #858585. Windows color (decimal): -9465713 or 9408623. OLE color: 9408623.

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

Color convert

RGB 111 144 143 -
CMYK 0.23 0 0.01 0.44
HSL 178.18º 0.13% 0.5% -
HSV(B) 178.18º 0.23% 0.56% -
XYZ 21.49 25.31 29.74 -
YUV 134.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 111 144 143 0.23 0 0.01 0.44 178.18 0.13 0.5
Hex 6F 90 8F 17 0 1 2C B2 D 32
Octal 157 220 217 27 0 1 54 262 15 62
Binary 1101111 10010000 10001111 10111 0 1 101100 10110010 1101 110010

Color Harmonies of #6F908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F908F

Black with #6F908F

Text Example


Text Example

White with #6F908F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,144,143); }

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

background-color css

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

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

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

border-color css

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

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

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