Html Css Color HEX #6D918D Juniper

📋 copy color: '#6D918D'

red 109 ◦ green 145 ◦ blue 141

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

Shades of Juniper #6D918D

Tints of Juniper #6D918D

RGB

 RED value IS 109 (42.97% from 255) = 27.59%

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

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

R = 27.59%
G = 36.71%
B = 35.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#6D918D (or 0x6D918D) is known color: Juniper. HEX triplet: 6D, 91 and 8D. RGB value is (109,145,141). Sum of RGB (Red+Green+Blue) = 109+145+141=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #6D918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D918D is #926E72. Grayscale: #858585. Windows color (decimal): -9596531 or 9277805. OLE color: 9277805.

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

Color convert

RGB 109 145 141 -
CMYK 0.25 0 0.03 0.43
HSL 173.33º 0.14% 0.5% -
HSV(B) 173.33º 0.25% 0.57% -
XYZ 21.24 25.43 28.99 -
YUV 133.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 109 145 141 0.25 0 0.03 0.43 173.33 0.14 0.5
Hex 6D 91 8D 19 0 3 2B AD E 32
Octal 155 221 215 31 0 3 53 255 16 62
Binary 1101101 10010001 10001101 11001 0 11 101011 10101101 1110 110010

Color Harmonies of #6D918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D918D

Black with #6D918D

Text Example


Text Example

White with #6D918D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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