Html Css Color HEX #6F908D Juniper

📋 copy color: '#6F908D'

red 111 ◦ green 144 ◦ blue 141

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

Shades of Juniper #6F908D

Tints of Juniper #6F908D

RGB

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

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

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

R = 28.03%
G = 36.36%
B = 35.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#6F908D (or 0x6F908D) is known color: Juniper. HEX triplet: 6F, 90 and 8D. RGB value is (111,144,141). Sum of RGB (Red+Green+Blue) = 111+144+141=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 144 - color contains mainly: green. Hex color #6F908D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F908D is #906F72. Grayscale: #858585. Windows color (decimal): -9465715 or 9277551. OLE color: 9277551.

HSL color Cylindrical-coordinate representation of color #6F908D: hue angle of 174.55º 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 #6F908D is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 144 141 -
CMYK 0.23 0 0.02 0.44
HSL 174.55º 0.13% 0.5% -
HSV(B) 174.55º 0.23% 0.56% -
XYZ 21.34 25.25 28.95 -
YUV 133.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 111 144 141 0.23 0 0.02 0.44 174.55 0.13 0.5
Hex 6F 90 8D 17 0 2 2C AF D 32
Octal 157 220 215 27 0 2 54 257 15 62
Binary 1101111 10010000 10001101 10111 0 10 101100 10101111 1101 110010

Color Harmonies of #6F908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F908D

Black with #6F908D

Text Example


Text Example

White with #6F908D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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