Html Css Color HEX #6D928E Juniper

📋 copy color: '#6D928E'

red 109 ◦ green 146 ◦ blue 142

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

Shades of Juniper #6D928E

Tints of Juniper #6D928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 27.46%
G = 36.78%
B = 35.77%

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

#6D928E (or 0x6D928E) is known color: Juniper. HEX triplet: 6D, 92 and 8E. RGB value is (109,146,142). Sum of RGB (Red+Green+Blue) = 109+146+142=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #6D928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D928E is #926D71. Grayscale: #868686. Windows color (decimal): -9596274 or 9343597. OLE color: 9343597.

HSL color Cylindrical-coordinate representation of color #6D928E: hue angle of 173.51º degrees, saturation: 0.15, 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 #6D928E is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 146 142 -
CMYK 0.25 0 0.03 0.43
HSL 173.51º 0.15% 0.5% -
HSV(B) 173.51º 0.25% 0.57% -
XYZ 21.47 25.76 29.43 -
YUV 134.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 109 146 142 0.25 0 0.03 0.43 173.51 0.15 0.5
Hex 6D 92 8E 19 0 3 2B AE F 32
Octal 155 222 216 31 0 3 53 256 17 62
Binary 1101101 10010010 10001110 11001 0 11 101011 10101110 1111 110010

Color Harmonies of #6D928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D928E

Black with #6D928E

Text Example


Text Example

White with #6D928E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,146,142); }

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

background-color css

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

 a { background-color: rgb(109,146,142); }

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

border-color css

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

 span { border-color: rgb(109,146,142); }

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